mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 09:54:35 +00:00

Enable binman support and add documentation for the imx8ul-evk board. Signed-off-by: Gary Bisson <bisson.gary@gmail.com>
48 lines
536 B
Text
48 lines
536 B
Text
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
/*
|
|
* Copyright 2021 NXP
|
|
*/
|
|
|
|
#include "imx8ulp-u-boot.dtsi"
|
|
|
|
/ {
|
|
mu@27020000 {
|
|
compatible = "fsl,imx8ulp-mu";
|
|
reg = <0 0x27020000 0 0x10000>;
|
|
status = "okay";
|
|
bootph-pre-ram;
|
|
};
|
|
};
|
|
|
|
&soc {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&per_bridge3 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&per_bridge4 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&iomuxc1 {
|
|
bootph-pre-ram;
|
|
fsl,mux_mask = <0xf00>;
|
|
};
|
|
|
|
&pinctrl_lpuart5 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&lpuart5 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&usdhc0 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&pinctrl_usdhc0 {
|
|
bootph-pre-ram;
|
|
};
|