mu@
27020000 is required for communication with ELE firmware, and
lpuart5 is the standard output device. Both peripherals must be
available before U-Boot relocation. Use bootph-all instead of
bootph-pre-ram so these nodes are retained across all boot phases.
Signed-off-by: Alice Guo <alice.guo@nxp.com>
compatible = "fsl,imx8ulp-mu";
reg = <0 0x27020000 0 0x10000>;
status = "okay";
- bootph-pre-ram;
+ bootph-all;
};
};
&soc {
- bootph-pre-ram;
+ bootph-all;
};
&per_bridge3 {
- bootph-pre-ram;
+ bootph-all;
};
&per_bridge4 {
};
&iomuxc1 {
- bootph-pre-ram;
+ bootph-all;
};
&pinctrl_lpuart5 {
- bootph-pre-ram;
+ bootph-all;
};
&lpuart5 {
- bootph-pre-ram;
+ bootph-all;
};
&usdhc0 {