Andrey Zhizhikin | cf51a55 | 2020-12-05 17:29:17 +0000 | [diff] [blame] | 1 | // SPDX-License-Identifier: (GPL-2.0 OR MIT) |
2 | |||||
Peng Fan | 4311f5a | 2021-10-22 10:42:16 +0800 | [diff] [blame] | 3 | #include "imx8mq-u-boot.dtsi" |
4 | |||||
Peng Fan | 11ba63f | 2022-04-15 12:35:36 +0800 | [diff] [blame^] | 5 | &{/soc@0} { |
6 | u-boot,dm-spl; | ||||
7 | }; | ||||
8 | |||||
9 | &{/soc@0/bus@30000000} { | ||||
10 | u-boot,dm-spl; | ||||
11 | }; | ||||
12 | |||||
13 | &{/soc@0/bus@30400000} { | ||||
14 | u-boot,dm-spl; | ||||
15 | }; | ||||
16 | |||||
17 | &{/soc@0/bus@30800000} { | ||||
18 | u-boot,dm-spl; | ||||
19 | }; | ||||
20 | |||||
21 | &{/soc@0/bus@32c00000} { | ||||
22 | u-boot,dm-spl; | ||||
23 | }; | ||||
24 | |||||
25 | &iomuxc { | ||||
26 | u-boot,dm-spl; | ||||
27 | }; | ||||
28 | |||||
29 | &pinctrl_uart1 { | ||||
30 | u-boot,dm-spl; | ||||
31 | }; | ||||
32 | |||||
Andrey Zhizhikin | 9aa9598 | 2020-12-05 17:29:18 +0000 | [diff] [blame] | 33 | &usdhc1 { |
34 | mmc-hs400-1_8v; | ||||
35 | }; | ||||
36 | |||||
37 | &usdhc2 { | ||||
38 | sd-uhs-sdr104; | ||||
39 | sd-uhs-ddr50; | ||||
40 | }; | ||||
Peng Fan | 11ba63f | 2022-04-15 12:35:36 +0800 | [diff] [blame^] | 41 | |
42 | &uart1 { | ||||
43 | u-boot,dm-spl; | ||||
44 | }; |