Skip to content

Commit e54d19b

Browse files
committed
dts: arm: nxp: nxp_imx95_m7: add scmi rx shmem and bbm node
Add scmi rx shmem and bbm node into imx95 m7 Signed-off-by: Yongxu Wang <[email protected]>
1 parent 1e3563e commit e54d19b

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

dts/arm/nxp/nxp_imx95_m7.dtsi

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,19 @@
6363
compatible = "arm,scmi-shmem";
6464
reg = <0x44611000 0x80>;
6565
};
66+
67+
scmi_shmem1: memory@44611080 {
68+
compatible = "arm,scmi-shmem";
69+
reg = <0x44611080 0x80>;
70+
};
6671
};
6772

6873
firmware {
6974
scmi {
7075
compatible = "arm,scmi";
71-
shmem = <&scmi_shmem0>;
72-
mboxes = <&mu5 0>;
73-
mbox-names = "tx";
76+
shmem = <&scmi_shmem0>, <&scmi_shmem1>;
77+
mboxes = <&mu5 0>, <&mu5 1>;
78+
mbox-names = "tx", "rx";
7479

7580
#address-cells = <1>;
7681
#size-cells = <0>;
@@ -100,6 +105,11 @@
100105
compatible = "nxp,scmi-cpu";
101106
reg = <0x82>;
102107
};
108+
109+
scmi_bbm: protocol@81 {
110+
compatible = "nxp,scmi-bbm";
111+
reg = <0x81>;
112+
};
103113
};
104114
};
105115

0 commit comments

Comments
 (0)