dts: arm: realtek: change the default setting of rts5912 dtsi
Change the default setting of memory layout. Signed-off-by: Lin Yu-Cheng <lin_yu_cheng@realtek.com>
This commit is contained in:
parent
a2f4849b6d
commit
5b2793a677
1 changed files with 3 additions and 3 deletions
|
@ -37,13 +37,13 @@
|
|||
};
|
||||
};
|
||||
|
||||
flash0: flash@20000400 {
|
||||
reg = <0x20000400 0x4FC00>;
|
||||
flash0: flash@2000B400 {
|
||||
reg = <0x2000B400 0x40000>;
|
||||
};
|
||||
|
||||
sram0: memory@20050000 {
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x20050000 0x8000>;
|
||||
reg = <0x20050000 0x10000>;
|
||||
};
|
||||
|
||||
clocks {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue