blob: 845fe2059258738406f77f58e0381bc82a21f2b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
// 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;
};
&pinctrl_lpuart5 {
bootph-pre-ram;
};
&lpuart5 {
bootph-pre-ram;
};
&usdhc0 {
bootph-pre-ram;
};
&pinctrl_usdhc0 {
bootph-pre-ram;
};
|