u-boot/arch/arm/dts/imx8ulp-evk-u-boot.dtsi
Marcel Ziswiler ed7bda5710 imx8ulp: synchronise device tree with linux
Synchronise device tree with linux v6.1-rc3.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2022-11-08 17:35:00 +01:00

45 lines
470 B
Text

// SPDX-License-Identifier: (GPL-2.0 OR MIT)
/*
* Copyright 2021 NXP
*/
/ {
mu@27020000 {
compatible = "fsl,imx8ulp-mu";
reg = <0 0x27020000 0 0x10000>;
status = "okay";
u-boot,dm-spl;
};
};
&soc {
u-boot,dm-spl;
};
&per_bridge3 {
u-boot,dm-spl;
};
&per_bridge4 {
u-boot,dm-spl;
};
&iomuxc1 {
u-boot,dm-spl;
};
&pinctrl_lpuart5 {
u-boot,dm-spl;
};
&lpuart5 {
u-boot,dm-spl;
};
&usdhc0 {
u-boot,dm-spl;
};
&pinctrl_usdhc0 {
u-boot,dm-spl;
};