Sumit Garg | bf95d17 | 2022-07-12 12:42:12 +0530 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | /* | ||||
3 | * U-Boot addition to handle QCS404 EVB pre-relocation devices | ||||
4 | * | ||||
5 | * (C) Copyright 2022 Sumit Garg <sumit.garg@linaro.org> | ||||
6 | */ | ||||
7 | |||||
8 | / { | ||||
9 | soc { | ||||
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 10 | bootph-all; |
Sumit Garg | bf95d17 | 2022-07-12 12:42:12 +0530 | [diff] [blame] | 11 | |
12 | pinctrl_north@1300000 { | ||||
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 13 | bootph-all; |
Sumit Garg | bf95d17 | 2022-07-12 12:42:12 +0530 | [diff] [blame] | 14 | }; |
15 | |||||
16 | clock-controller@1800000 { | ||||
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 17 | bootph-all; |
Sumit Garg | bf95d17 | 2022-07-12 12:42:12 +0530 | [diff] [blame] | 18 | }; |
19 | |||||
20 | serial@78b1000 { | ||||
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 21 | bootph-all; |
Sumit Garg | bf95d17 | 2022-07-12 12:42:12 +0530 | [diff] [blame] | 22 | }; |
23 | }; | ||||
24 | }; | ||||
Sumit Garg | 106822d | 2022-08-04 19:57:20 +0530 | [diff] [blame] | 25 | |
26 | &pms405_gpios { | ||||
27 | usb_vbus_boost_pin { | ||||
28 | gpios = <&pms405_gpios 2 0>; | ||||
29 | }; | ||||
30 | }; |