Skip to content

Commit fe47b20

Browse files
committed
dts: arm64: imx95_a55: add SCMI power device node
Added SCMI power dts node. Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>
1 parent e060e26 commit fe47b20

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dts/arm64/nxp/nxp_mimx95_a55.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,12 @@
107107
#address-cells = <1>;
108108
#size-cells = <0>;
109109

110+
scmi_devpd: protocol@11 {
111+
compatible = "arm,scmi-power";
112+
reg = <0x11>;
113+
#power-domain-cells = <1>;
114+
};
115+
110116
scmi_clk: protocol@14 {
111117
compatible = "arm,scmi-clock";
112118
reg = <0x14>;

0 commit comments

Comments
 (0)