Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Luis Araneda <luaraneda@gmail.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>

authored by

Luis Araneda and committed by
Michal Simek
7d90ca6f 3f8ef5b0

+1 -1
+1 -1
arch/arm/boot/dts/zynq-zybo-z7.dts
··· 13 13 14 14 memory@0 { 15 15 device_type = "memory"; 16 - reg = <0x0 0x20000000>; 16 + reg = <0x0 0x40000000>; 17 17 }; 18 18 19 19 chosen {