Commit a2bc7eb8 authored by Daniel DeGrasse's avatar Daniel DeGrasse Committed by Carles Cufi
Browse files

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: default avatarDaniel DeGrasse <daniel.degrasse@nxp.com>
parent 8170bf7e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)>;
		};
	};
};
+1 −1
Original line number Diff line number Diff line
@@ -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)>;
		};
	};
};