mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-03 18:10:13 +00:00
0e28622779
The property fsl,mux_mask is deleted by commit ed7bda5
(imx8ulp:
synchronise device tree with linux). This causes the pinctrl
driver not work on 8ULP, so fail to print any log.
Signed-off-by: Ye Li <ye.li@nxp.com>
Reviewed-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
46 lines
495 B
Text
46 lines
495 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;
|
|
fsl,mux_mask = <0xf00>;
|
|
};
|
|
|
|
&pinctrl_lpuart5 {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&lpuart5 {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&usdhc0 {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&pinctrl_usdhc0 {
|
|
u-boot,dm-spl;
|
|
};
|