blob: 919c1f66d38d2369024504b096d028e590d5347e [file] [log] [blame]
Andrey Zhizhikincf51a552020-12-05 17:29:17 +00001// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2
Peng Fan4311f5a2021-10-22 10:42:16 +08003#include "imx8mq-u-boot.dtsi"
4
Peng Fan11ba63f2022-04-15 12:35:36 +08005&{/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 Zhizhikin9aa95982020-12-05 17:29:18 +000033&usdhc1 {
34 mmc-hs400-1_8v;
35};
36
37&usdhc2 {
38 sd-uhs-sdr104;
39 sd-uhs-ddr50;
40};
Peng Fan11ba63f2022-04-15 12:35:36 +080041
42&uart1 {
43 u-boot,dm-spl;
44};