Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 07878b9e authored by Devarsh Thakkar's avatar Devarsh Thakkar Committed by Hari Nagalla
Browse files

arm4: dts: ti: Reduce reserved area for R5F by 1Mb


In the previous version of devicetree, reserved area for wakeup
R5F was stating from 0x9db00000, so to provide compatibility
with older version of devicetree being used with new wakeup R5F
firmware, the wakeup R5F reserved area is reduced by 1Mb and that
1Mb is moved to MCU M4F reserved area.

Signed-off-by: default avatarDevarsh Thakkar <devarsht@ti.com>
parent 54163956
Branches
Tags
No related merge requests found
......@@ -55,19 +55,19 @@ mcu_m4fss_dma_memory_region: m4f-dma-memory@9cb00000 {
mcu_m4fss_memory_region: m4f-memory@9cc00000 {
compatible = "shared-dma-pool";
reg = <0x00 0x9cc00000 0x00 0xd00000>;
reg = <0x00 0x9cc00000 0x00 0xe00000>;
no-map;
};
wkup_r5fss0_core0_dma_memory_region: r5f-dma-memory@9d900000 {
wkup_r5fss0_core0_dma_memory_region: r5f-dma-memory@9da00000 {
compatible = "shared-dma-pool";
reg = <0x00 0x9d900000 0x00 0x00100000>;
reg = <0x00 0x9da00000 0x00 0x00100000>;
no-map;
};
wkup_r5fss0_core0_memory_region: r5f-memory@9da00000 {
wkup_r5fss0_core0_memory_region: r5f-memory@9db00000 {
compatible = "shared-dma-pool";
reg = <0x00 0x9da00000 0x00 0x00d00000>;
reg = <0x00 0x9db00000 0x00 0x00c00000>;
no-map;
};
......
......@@ -58,19 +58,19 @@ mcu_m4fss_dma_memory_region: m4f-dma-memory@9cb00000 {
mcu_m4fss_memory_region: m4f-memory@9cc00000 {
compatible = "shared-dma-pool";
reg = <0x00 0x9cc00000 0x00 0xd00000>;
reg = <0x00 0x9cc00000 0x00 0xe00000>;
no-map;
};
wkup_r5fss0_core0_dma_memory_region: r5f-dma-memory@9d900000 {
wkup_r5fss0_core0_dma_memory_region: r5f-dma-memory@9da00000 {
compatible = "shared-dma-pool";
reg = <0x00 0x9d900000 0x00 0x00100000>;
reg = <0x00 0x9da00000 0x00 0x00100000>;
no-map;
};
wkup_r5fss0_core0_memory_region: r5f-memory@9da00000 {
wkup_r5fss0_core0_memory_region: r5f-memory@9db00000 {
compatible = "shared-dma-pool";
reg = <0x00 0x9da00000 0x00 0x00d00000>;
reg = <0x00 0x9db00000 0x00 0x00c00000>;
no-map;
};
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment