Commit 7d90ca6f authored by Luis Araneda's avatar Luis Araneda Committed by Michal Simek
Browse files

ARM: dts: zynq: Fix memory size on the Zybo Z7 board



According to the reference manual, the board has two Micron
MT41K256M16HA-125 DDR3L memory ICs, which have 512 MiB each

Tested on a ZYBO-Z7-20 board

Signed-off-by: default avatarLuis Araneda <luaraneda@gmail.com>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 3f8ef5b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

	memory@0 {
		device_type = "memory";
		reg = <0x0 0x20000000>;
		reg = <0x0 0x40000000>;
	};

	chosen {