1/ {
2    aliases {
3        mmc0 = &usdhc3;
4        usb0 = &usbotg1;
5    };
6
7    chosen {
8        stdout-path = &uart1;
9    };
10};
11
12&aips3 {
13	bootph-all;
14};
15
16&pinctrl_uart1 {
17	bootph-all;
18};
19
20&soc {
21	bootph-all;
22};
23
24&uart1 {
25	bootph-all;
26};
27