ARM: dts: zynq: Fix memory size on the Zybo Z7 board
authorLuis Araneda <luaraneda@gmail.com>
Thu, 12 Jul 2018 05:50:46 +0000 (01:50 -0400)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 19 Jul 2018 08:08:50 +0000 (10:08 +0200)
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>
arch/arm/boot/dts/zynq-zybo-z7.dts

index be40be9b722279ca2d530518a8983b4e7a6f406a..ea67afbe8335f49a0273b522005ba16bab5eece5 100644 (file)
@@ -13,7 +13,7 @@
 
        memory@0 {
                device_type = "memory";
-               reg = <0x0 0x20000000>;
+               reg = <0x0 0x40000000>;
        };
 
        chosen {