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

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
......@@ -13,7 +13,7 @@ aliases {
memory@0 {
device_type = "memory";
reg = <0x0 0x20000000>;
reg = <0x0 0x40000000>;
};
chosen {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment