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>
This commit is contained in:
Luis Araneda 2018-07-12 01:50:46 -04:00 committed by Michal Simek
parent 3f8ef5b04d
commit 7d90ca6f19
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ aliases {
memory@0 {
device_type = "memory";
reg = <0x0 0x20000000>;
reg = <0x0 0x40000000>;
};
chosen {