dts: jh7110: fix memory definitions
The L2LIM is 2MB in size, see: https://doc-en.rvspace.org/JH7110/TRM/JH7110_TRM/u74_memory_map.html Rename it since there are other memory blocks such as the DTIM for the S7. Signed-off-by: Daniel Maslowski <info@orangecms.org>
This commit is contained in:
parent
774dd16555
commit
6b495ceda9
2 changed files with 3 additions and 3 deletions
|
|
@ -15,7 +15,7 @@
|
|||
chosen {
|
||||
zephyr,console = &uart0;
|
||||
zephyr,shell-uart = &uart0;
|
||||
zephyr,sram = &ram0;
|
||||
zephyr,sram = &l2lim;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -133,9 +133,9 @@
|
|||
};
|
||||
};
|
||||
|
||||
ram0: memory@8000000 {
|
||||
l2lim: memory@8000000 {
|
||||
device_type = "memory";
|
||||
reg = <0x0 0x8000000 0x1 0x0>;
|
||||
reg = <0x0 0x8000000 0x0 0x200000>;
|
||||
};
|
||||
|
||||
soc {
|
||||
|
|
|
|||
Loading…
Reference in a new issue