|
|
@@ -98,6 +98,30 @@
|
|
|
no-map;
|
|
|
};
|
|
|
|
|
|
+ c66_1_dma_memory_region: c66-dma-memory@a6000000 {
|
|
|
+ compatible = "shared-dma-pool";
|
|
|
+ reg = <0x00 0xa6000000 0x00 0x100000>;
|
|
|
+ no-map;
|
|
|
+ };
|
|
|
+
|
|
|
+ c66_0_memory_region: c66-memory@a6100000 {
|
|
|
+ compatible = "shared-dma-pool";
|
|
|
+ reg = <0x00 0xa6100000 0x00 0xf00000>;
|
|
|
+ no-map;
|
|
|
+ };
|
|
|
+
|
|
|
+ c66_0_dma_memory_region: c66-dma-memory@a7000000 {
|
|
|
+ compatible = "shared-dma-pool";
|
|
|
+ reg = <0x00 0xa7000000 0x00 0x100000>;
|
|
|
+ no-map;
|
|
|
+ };
|
|
|
+
|
|
|
+ c66_1_memory_region: c66-memory@a7100000 {
|
|
|
+ compatible = "shared-dma-pool";
|
|
|
+ reg = <0x00 0xa7100000 0x00 0xf00000>;
|
|
|
+ no-map;
|
|
|
+ };
|
|
|
+
|
|
|
rtos_ipc_memory_region: ipc-memories@aa000000 {
|
|
|
reg = <0x00 0xaa000000 0x00 0x01c00000>;
|
|
|
alignment = <0x1000>;
|
|
|
@@ -219,3 +243,13 @@
|
|
|
memory-region = <&main_r5fss1_core1_dma_memory_region>,
|
|
|
<&main_r5fss1_core1_memory_region>;
|
|
|
};
|
|
|
+
|
|
|
+&c66_0 {
|
|
|
+ memory-region = <&c66_0_dma_memory_region>,
|
|
|
+ <&c66_0_memory_region>;
|
|
|
+};
|
|
|
+
|
|
|
+&c66_1 {
|
|
|
+ memory-region = <&c66_1_dma_memory_region>,
|
|
|
+ <&c66_1_memory_region>;
|
|
|
+};
|