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 a25bcfd commit 865f4e6Copy full SHA for 865f4e6
dts/xtensa/espressif/esp32.dtsi
@@ -68,9 +68,14 @@
68
reg = <0x3FFB0000 0x2c200>;
69
};
70
71
- shm0: memory@3ffe5230 {
+ ipmmem0: memory@3ffe5230 {
72
compatible = "mmio-sram";
73
- reg = <0x3FFE5230 0x800>;
+ reg = <0x3FFE5230 0x400>;
74
+ };
75
+
76
+ shm0: memory@3ffe5630 {
77
+ compatible = "mmio-sram";
78
+ reg = <0x3FFE5630 0x400>;
79
80
81
intc: interrupt-controller@3ff00104 {
@@ -117,8 +122,8 @@
117
122
compatible = "espressif,esp32-ipm";
118
123
reg = <0x3FFE5A30 0x8>;
119
124
status = "disabled";
120
- shared-memory = <&shm0>;
121
- shared-memory-size = <2048>;
125
+ shared-memory = <&ipmmem0>;
126
+ shared-memory-size = <0x400>;
127
interrupts = <FROM_CPU_INTR0_SOURCE FROM_CPU_INTR1_SOURCE>;
128
interrupt-parent = <&intc>;
129
0 commit comments