arm64: dts: imx95: add bbm/misc/syspower scmi nodes

Add SYS Power, BBM and MISC nodes under SCMI firmware node.

Reviewed-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Peng Fan 2024-10-12 19:19:09 +08:00 committed by Shawn Guo
parent 61ed94cd54
commit f7d4801432

View File

@ -300,6 +300,10 @@ scmi_devpd: protocol@11 {
#power-domain-cells = <1>;
};
scmi_sys_power: protocol@12 {
reg = <0x12>;
};
scmi_perf: protocol@13 {
reg = <0x13>;
#power-domain-cells = <1>;
@ -319,6 +323,13 @@ scmi_iomuxc: protocol@19 {
reg = <0x19>;
};
scmi_bbm: protocol@81 {
reg = <0x81>;
};
scmi_misc: protocol@84 {
reg = <0x84>;
};
};
};