Skip to content

Commit 2eecf88

Browse files
LaurentiuM1234kartben
authored andcommitted
dts: xtensa: nxp_imx8: move up the definition of system-controller
This has no address space and doesn't belong between peripheral nodes. Move it up the DTSI for better visibility. No functional change. Signed-off-by: Laurentiu Mihalcea <[email protected]>
1 parent c8a9847 commit 2eecf88

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

dts/xtensa/nxp/nxp_imx8.dtsi

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,32 @@
3232
};
3333
};
3434

35+
scu: system-controller {
36+
ccm: clock-controller {
37+
compatible = "nxp,imx-ccm";
38+
#clock-cells = <3>;
39+
};
40+
41+
iomuxc: iomuxc {
42+
compatible = "nxp,imx-iomuxc-scu";
43+
pinctrl: pinctrl {
44+
compatible = "nxp,imx8-pinctrl";
45+
};
46+
};
47+
48+
power-domains {
49+
#address-cells = <1>;
50+
#size-cells = <0>;
51+
52+
irqstr_pd: pd@0 {
53+
compatible = "nxp,imx8qm-scu-pd", "nxp,scu-pd";
54+
reg = <0>;
55+
nxp,resource-id = <IMX_SC_R_IRQSTR_DSP>;
56+
#power-domain-cells = <0>;
57+
};
58+
};
59+
};
60+
3561
sram0: memory@92400000 {
3662
device_type = "memory";
3763
compatible = "mmio-sram";
@@ -86,32 +112,6 @@
86112
reg = <0x5d1d0000 DT_SIZE_K(64)>;
87113
};
88114

89-
scu: system-controller {
90-
ccm: clock-controller {
91-
compatible = "nxp,imx-ccm";
92-
#clock-cells = <3>;
93-
};
94-
95-
iomuxc: iomuxc {
96-
compatible = "nxp,imx-iomuxc-scu";
97-
pinctrl: pinctrl {
98-
compatible = "nxp,imx8-pinctrl";
99-
};
100-
};
101-
102-
power-domains {
103-
#address-cells = <1>;
104-
#size-cells = <0>;
105-
106-
irqstr_pd: pd@0 {
107-
compatible = "nxp,imx8qm-scu-pd", "nxp,scu-pd";
108-
reg = <0>;
109-
nxp,resource-id = <IMX_SC_R_IRQSTR_DSP>;
110-
#power-domain-cells = <0>;
111-
};
112-
};
113-
};
114-
115115
lpuart2: serial@5a080000 {
116116
compatible = "nxp,imx-lpuart", "nxp,lpuart";
117117
reg = <0x5a080000 DT_SIZE_K(4)>;

0 commit comments

Comments
 (0)