2020-12-05 17:29:17 +00:00
|
|
|
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
|
|
|
2021-10-22 02:42:16 +00:00
|
|
|
#include "imx8mq-u-boot.dtsi"
|
|
|
|
|
2022-04-15 04:35:36 +00:00
|
|
|
&{/soc@0} {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
&{/soc@0/bus@30000000} {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
&{/soc@0/bus@30400000} {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
&{/soc@0/bus@30800000} {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
&{/soc@0/bus@32c00000} {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
&iomuxc {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl_uart1 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
2020-12-05 17:29:18 +00:00
|
|
|
&usdhc1 {
|
|
|
|
mmc-hs400-1_8v;
|
|
|
|
};
|
|
|
|
|
|
|
|
&usdhc2 {
|
|
|
|
sd-uhs-sdr104;
|
|
|
|
sd-uhs-ddr50;
|
|
|
|
};
|
2022-04-15 04:35:36 +00:00
|
|
|
|
|
|
|
&uart1 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|