aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx7s-warp-u-boot.dtsi
blob: 98784fd7a2efb65003e1a4a049d61470a9411a47 (plain) (blame)
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
31
32
33
34
35
36
/ {
	aliases {
		mmc0 = &usdhc3;
		usb0 = &usbotg1;
	};

	chosen {
		stdout-path = &uart1;
	};

	wdt-reboot {
		compatible = "wdt-reboot";
		wdt = <&wdog1>;
		bootph-pre-ram;
	};
};

&aips3 {
	bootph-all;
};

&pinctrl_uart1 {
	bootph-all;
};

&soc {
	bootph-all;
};

&uart1 {
	bootph-all;
};

&wdog1 {
	bootph-pre-ram;
};