summaryrefslogtreecommitdiff
path: root/arch/arm/dts/qcs404-evb-uboot.dtsi
blob: b4c5f3fa43017392e8e06414bdd35e833063746d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
// SPDX-License-Identifier: GPL-2.0+
/*
 * U-Boot addition to handle QCS404 EVB pre-relocation devices
 *
 * (C) Copyright 2022 Sumit Garg <sumit.garg@linaro.org>
 */

/ {
	soc {
		bootph-all;

		pinctrl_north@1300000 {
			bootph-all;
		};

		clock-controller@1800000 {
			bootph-all;
		};

		serial@78b1000 {
			bootph-all;
		};
	};
};

&pms405_gpios {
	usb_vbus_boost_pin {
		gpios = <&pms405_gpios 2 0>;
	};
};