blob: 8b5a7ee573b38cb296e109b91ff0e5fb0e00131e [file] [log] [blame]
Sumit Garg5b32da42022-07-12 12:42:08 +05301// 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 {
12 u-boot,dm-pre-reloc;
13
14 serial@a84000 {
15 u-boot,dm-pre-reloc;
16 };
17
18 clock-controller@100000 {
19 u-boot,dm-pre-reloc;
20 };
21
22 pinctrl_north@3900000 {
23 u-boot,dm-pre-reloc;
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};