blob: 7acdb4a98a5a98b8f91e5df146d3aa885eb9841a [file] [log] [blame]
Peng Fancbe5d382021-08-07 16:01:13 +08001// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2/*
3 * Copyright 2021 NXP
4 */
5
Marcel Ziswiler4b61cbc2022-11-07 22:22:37 +01006/ {
7 mu@27020000 {
8 compatible = "fsl,imx8ulp-mu";
9 reg = <0 0x27020000 0 0x10000>;
10 status = "okay";
11 u-boot,dm-spl;
12 };
13};
14
15&soc {
Peng Fancbe5d382021-08-07 16:01:13 +080016 u-boot,dm-spl;
17};
18
19&per_bridge3 {
20 u-boot,dm-spl;
21};
22
23&per_bridge4 {
24 u-boot,dm-spl;
25};
26
27&iomuxc1 {
28 u-boot,dm-spl;
Ye Li60f062a2023-01-18 17:31:15 +080029 fsl,mux_mask = <0xf00>;
Peng Fancbe5d382021-08-07 16:01:13 +080030};
31
32&pinctrl_lpuart5 {
33 u-boot,dm-spl;
34};
35
Peng Fancbe5d382021-08-07 16:01:13 +080036&lpuart5 {
37 u-boot,dm-spl;
38};
39
40&usdhc0 {
41 u-boot,dm-spl;
42};
43
44&pinctrl_usdhc0 {
45 u-boot,dm-spl;
46};