Skip to content

Commit 4a06852

Browse files
LaurentiuM1234gmarull
authored andcommitted
[nrf fromtree] dts: xtensa: nxp_imx8: add power domain for irqsteer
Add power domain DT node for the irqsteer and a reference to it in irqsteer's DT node. Signed-off-by: Laurentiu Mihalcea <[email protected]> (cherry picked from commit fdbf4d2)
1 parent 05cd70f commit 4a06852

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

dts/xtensa/nxp/nxp_imx8.dtsi

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include <mem.h>
99
#include <zephyr/dt-bindings/clock/imx_ccm.h>
1010
#include <zephyr/dt-bindings/dai/esai.h>
11+
#include <zephyr/dt-bindings/power/imx_scu_rsrc.h>
1112

1213
/ {
1314
cpus {
@@ -34,6 +35,7 @@
3435
irqsteer: interrupt-controller@510a0000 {
3536
compatible = "nxp,irqsteer-intc";
3637
reg = <0x510a0000 DT_SIZE_K(64)>;
38+
power-domain = <&irqstr_pd>;
3739

3840
#size-cells = <0>;
3941
#address-cells = <1>;
@@ -167,6 +169,17 @@
167169
compatible = "nxp,imx8-pinctrl";
168170
};
169171
};
172+
173+
power-domains {
174+
#address-cells = <1>;
175+
#size-cells = <0>;
176+
177+
irqstr_pd: pd@0 {
178+
compatible = "nxp,imx8qm-scu-pd", "nxp,scu-pd";
179+
reg = <0>;
180+
nxp,resource-id = <IMX_SC_R_IRQSTR_DSP>;
181+
};
182+
};
170183
};
171184

172185
lpuart2: serial@5a080000 {

0 commit comments

Comments
 (0)