Sumit Garg | 5b32da4 | 2022-07-12 12:42:08 +0530 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
| 2 | /* |
| 3 | * U-Boot addition to handle Qualcomm Robotics RB3 Development Platform |
| 4 | * (dragonboard845c) pins |
| 5 | * |
| 6 | * (C) Copyright 2022 Sumit Garg <sumit.garg@linaro.org> |
| 7 | */ |
| 8 | |
| 9 | / |
| 10 | { |
| 11 | soc { |
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 12 | bootph-all; |
Sumit Garg | 5b32da4 | 2022-07-12 12:42:08 +0530 | [diff] [blame] | 13 | |
| 14 | serial@a84000 { |
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 15 | bootph-all; |
Sumit Garg | 5b32da4 | 2022-07-12 12:42:08 +0530 | [diff] [blame] | 16 | }; |
| 17 | |
| 18 | clock-controller@100000 { |
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 19 | bootph-all; |
Sumit Garg | 5b32da4 | 2022-07-12 12:42:08 +0530 | [diff] [blame] | 20 | }; |
| 21 | |
| 22 | pinctrl_north@3900000 { |
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 23 | bootph-all; |
Sumit Garg | 5b32da4 | 2022-07-12 12:42:08 +0530 | [diff] [blame] | 24 | }; |
| 25 | }; |
| 26 | }; |
| 27 | |
| 28 | &pm8998_pon { |
| 29 | key_vol_down { |
| 30 | gpios = <&pm8998_pon 1 0>; |
| 31 | label = "key_vol_down"; |
| 32 | }; |
| 33 | key_power { |
| 34 | gpios = <&pm8998_pon 0 0>; |
| 35 | label = "key_power"; |
| 36 | }; |
| 37 | }; |