We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3563e commit e54d19bCopy full SHA for e54d19b
dts/arm/nxp/nxp_imx95_m7.dtsi
@@ -63,14 +63,19 @@
63
compatible = "arm,scmi-shmem";
64
reg = <0x44611000 0x80>;
65
};
66
+
67
+ scmi_shmem1: memory@44611080 {
68
+ compatible = "arm,scmi-shmem";
69
+ reg = <0x44611080 0x80>;
70
+ };
71
72
73
firmware {
74
scmi {
75
compatible = "arm,scmi";
- shmem = <&scmi_shmem0>;
- mboxes = <&mu5 0>;
- mbox-names = "tx";
76
+ shmem = <&scmi_shmem0>, <&scmi_shmem1>;
77
+ mboxes = <&mu5 0>, <&mu5 1>;
78
+ mbox-names = "tx", "rx";
79
80
#address-cells = <1>;
81
#size-cells = <0>;
@@ -100,6 +105,11 @@
100
105
compatible = "nxp,scmi-cpu";
101
106
reg = <0x82>;
102
107
108
109
+ scmi_bbm: protocol@81 {
110
+ compatible = "nxp,scmi-bbm";
111
+ reg = <0x81>;
112
103
113
104
114
115
0 commit comments