Joris Offouga | b3ebcc7 | 2020-01-29 22:06:00 +0100 | [diff] [blame] | 1 | / { |
2 | aliases { | ||||
3 | mmc0 = &usdhc3; | ||||
4 | usb0 = &usbotg1; | ||||
5 | }; | ||||
6 | |||||
7 | chosen { | ||||
8 | stdout-path = &uart1; | ||||
9 | }; | ||||
10 | }; | ||||
Fabio Estevam | 473466a | 2022-03-14 20:24:06 -0300 | [diff] [blame] | 11 | |
12 | &aips3 { | ||||
13 | u-boot,dm-pre-reloc; | ||||
14 | }; | ||||
15 | |||||
16 | &pinctrl_uart1 { | ||||
17 | u-boot,dm-pre-reloc; | ||||
18 | }; | ||||
19 | |||||
20 | &soc { | ||||
21 | u-boot,dm-pre-reloc; | ||||
22 | }; | ||||
23 | |||||
24 | &uart1 { | ||||
25 | u-boot,dm-pre-reloc; | ||||
26 | }; |