summaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx7s-warp-u-boot.dtsi
blob: 49b992dcccaf00c828254d0ae306ace0b09fed50 (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
/ {
    aliases {
        mmc0 = &usdhc3;
        usb0 = &usbotg1;
    };

    chosen {
        stdout-path = &uart1;
    };
};

&aips3 {
	bootph-all;
};

&pinctrl_uart1 {
	bootph-all;
};

&soc {
	bootph-all;
};

&uart1 {
	bootph-all;
};