mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
ed7bda5710
Synchronise device tree with linux v6.1-rc3. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
45 lines
470 B
Text
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;
|
|
};
|