dts: rt5xx: rt6xx: Fix DTC sram warnings
Fix DTC warnings caused by sram node definition: Warning (simple_bus_reg): /soc/sram@30000000: simple-bus unit address format error, expected "10000000" Signed-off-by: Andrej Butok <andrey.butok@nxp.com>
This commit is contained in:
parent
eadc3d08c2
commit
4c4a4c3b0b
2 changed files with 4 additions and 4 deletions
|
|
@ -9,8 +9,8 @@
|
|||
/ {
|
||||
soc {
|
||||
sram: sram@30000000 {
|
||||
ranges = <0x0 0x10000000 0x500000
|
||||
0x20000000 0x30000000 0x500000>;
|
||||
ranges = <0x20000000 0x30000000 0x500000
|
||||
0x0 0x10000000 0x500000>;
|
||||
};
|
||||
|
||||
peripheral: peripheral@50000000 {
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@
|
|||
/ {
|
||||
soc {
|
||||
sram: sram@30000000 {
|
||||
ranges = <0x0 0x10000000 0x500000
|
||||
0x20000000 0x30000000 0x500000>;
|
||||
ranges = <0x20000000 0x30000000 0x500000
|
||||
0x0 0x10000000 0x500000>;
|
||||
};
|
||||
|
||||
peripheral: peripheral@50000000 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue