]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/rm-lld.git/blobdiff - device/k2h/policy_dsp_arm.dts
sync with linux
[keystone-rtos/rm-lld.git] / device / k2h / policy_dsp_arm.dts
index 21786e1c569bfcc09b93376bc73c726299cf2311..e798f3eeb070e676096be8f52d1b9c1663bdfb2b 100644 (file)
         };
         
         linkram-qm1 {
-            assignments = <0x00000000 0xFFFFFFFF>, "iu = (*)";
+            /* linux provided 0x18000 descriptors of linking RAM but uses 0x4000 to 0x5800 */
+            assignments = <0x00000000 0x00004000>, "iu = (*)",
+                          <0x00004000 0x00001800>, "(*)", /* Used by Kernel */
+                          <0x00005800 0x00012800>, "iu = (*)";
         };
         linkram-qm2 {
-            assignments = <0x00000000 0xFFFFFFFF>, "iu = (*)";
+            /* linux provided 0x18000 descriptors of linking RAM but uses 0x4000 to 0x5800 */
+            assignments = <0x00000000 0x00004000>, "iu = (*)",
+                          <0x00004000 0x00001800>, "(*)", /* Used by Kernel */
+                          <0x00005800 0x00012800>, "iu = (*)";
         };  
         
         memory-regions-qm1 {
             assignments = <0  12>, "iu = (*)",
-                          <12 2>,  "(*)",             /* Used by Kernel */
-                          <14 50>, "iu = (*)";
+                          <12 3>,  "(*)",             /* Used by Kernel */
+                          <15 49>, "iu = (*)";
         };
         memory-regions-qm2 {
-            assignments = <0  64>, "iu = (*)";
+            assignments = <0  12>, "iu = (*)",
+                          <12 3>,  "(*)",             /* Used by Kernel */
+                          <15 49>, "iu = (*)";
         };        
 
         LOW_PRIORITY_QUEUE-qm1 {