dts: arm: nxp: lpc55sxx: fix sram node address
Add missing "0" to the SRAM devicetree node addresses. Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
This commit is contained in:
parent
26ed19baeb
commit
ec85b0b4ef
4 changed files with 4 additions and 4 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
/ {
|
||||
soc {
|
||||
sram: sram@400000 {
|
||||
sram: sram@4000000 {
|
||||
ranges = <0x4000000 0x4000000 0x20000000>;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
/ {
|
||||
soc {
|
||||
sram: sram@400000 {
|
||||
sram: sram@4000000 {
|
||||
ranges = <0x4000000 0x4000000 0x20000000>;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
/ {
|
||||
soc {
|
||||
sram: sram@400000 {
|
||||
sram: sram@4000000 {
|
||||
ranges = <0x4000000 0x4000000 0x20000000>;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
/ {
|
||||
soc {
|
||||
sram: sram@400000 {
|
||||
sram: sram@4000000 {
|
||||
ranges = <0x4000000 0x4000000 0x20000000>;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue