1// SPDX-License-Identifier: GPL-2.0+ 2/* 3 * U-Boot addition to handle Samsung S9 SM-G9600 (starqltechn) pins 4 * 5 * (C) Copyright 2021 Dzmitry Sankouski <dsankouski@gmail.com> 6 * 7 */ 8 9/ 10{ 11 framebuffer@9D400000 { 12 bootph-all; 13 }; 14 soc { 15 bootph-all; 16 serial@a84000 { 17 bootph-all; 18 }; 19 clock-controller@100000 { 20 bootph-all; 21 }; 22 gpio_north@3900000 { 23 bootph-all; 24 }; 25 pinctrl_north@3900000 { 26 bootph-all; 27 }; 28 }; 29}; 30 31&pm8998_pon { 32 key_vol_down { 33 gpios = <&pm8998_pon 1 0>; 34 label = "key_vol_down"; 35 }; 36 key_power { 37 gpios = <&pm8998_pon 0 0>; 38 label = "key_power"; 39 }; 40}; 41