|
|
@@ -122,6 +122,18 @@
|
|
|
no-map;
|
|
|
};
|
|
|
|
|
|
+ c71_0_dma_memory_region: c71-dma-memory@a8000000 {
|
|
|
+ compatible = "shared-dma-pool";
|
|
|
+ reg = <0x00 0xa8000000 0x00 0x100000>;
|
|
|
+ no-map;
|
|
|
+ };
|
|
|
+
|
|
|
+ c71_0_memory_region: c71-memory@a8100000 {
|
|
|
+ compatible = "shared-dma-pool";
|
|
|
+ reg = <0x00 0xa8100000 0x00 0xf00000>;
|
|
|
+ no-map;
|
|
|
+ };
|
|
|
+
|
|
|
rtos_ipc_memory_region: ipc-memories@aa000000 {
|
|
|
reg = <0x00 0xaa000000 0x00 0x01c00000>;
|
|
|
alignment = <0x1000>;
|
|
|
@@ -253,3 +265,8 @@
|
|
|
memory-region = <&c66_1_dma_memory_region>,
|
|
|
<&c66_1_memory_region>;
|
|
|
};
|
|
|
+
|
|
|
+&c71_0 {
|
|
|
+ memory-region = <&c71_0_dma_memory_region>,
|
|
|
+ <&c71_0_memory_region>;
|
|
|
+};
|