dts: nxp_rt6xx: correct FlexSPI memory mapped region size
FlexSPI memory map indicates that the FlexSPI register space is 128MB, not 64MB. Update this value to be correct. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
parent
8170bf7ebf
commit
a2bc7eb885
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@
|
|||
ranges = <0x0 0x50000000 0x10000000>;
|
||||
};
|
||||
flexspi: spi@134000 {
|
||||
reg = <0x50134000 0x1000>, <0x18000000 DT_SIZE_M(64)>;
|
||||
reg = <0x50134000 0x1000>,<0x18000000 DT_SIZE_M(128)>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
ranges = <0x0 0x40000000 0x10000000>;
|
||||
};
|
||||
flexspi: spi@134000 {
|
||||
reg = <0x40134000 0x1000>, <0x08000000 DT_SIZE_M(64)>;
|
||||
reg = <0x40134000 0x1000>, <0x08000000 DT_SIZE_M(128)>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue