blob: c73d71e8c7c15896c6909f002d5c882f2078cc33 [file] [log] [blame]
Sumit Garg89a8ec92022-07-12 12:42:12 +05301// 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 {
10 u-boot,dm-pre-reloc;
11
12 pinctrl_north@1300000 {
13 u-boot,dm-pre-reloc;
14 };
15
16 clock-controller@1800000 {
17 u-boot,dm-pre-reloc;
18 };
19
20 serial@78b1000 {
21 u-boot,dm-pre-reloc;
22 };
23 };
24};
Sumit Garg23de64e2022-08-04 19:57:20 +053025
26&pms405_gpios {
27 usb_vbus_boost_pin {
28 gpios = <&pms405_gpios 2 0>;
29 };
30};