blob: ad264f271ec7375c458f72ceadb1a31082b53fa9 [file] [log] [blame]
Peng Fan3f2b4d72021-08-07 16:01:13 +08001// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2/*
3 * Copyright 2021 NXP
4 */
5
Marcel Ziswilered7bda52022-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 Fan3f2b4d72021-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;
29};
30
31&pinctrl_lpuart5 {
32 u-boot,dm-spl;
33};
34
Peng Fan3f2b4d72021-08-07 16:01:13 +080035&lpuart5 {
36 u-boot,dm-spl;
37};
38
39&usdhc0 {
40 u-boot,dm-spl;
41};
42
43&pinctrl_usdhc0 {
44 u-boot,dm-spl;
45};