ARM: dts: am335x-boneblack-common: fix memory size

BeagleBone Black series is equipped with 512MB RAM
whereas only 256MB is included from am335x-bone-common.dtsi

This leads to an issue with unusual setups when devicetree
is loaded by GRUB2 directly.

Signed-off-by: Matwey V. Kornilov <matwey@sai.msu.ru>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by Matwey V. Kornilov and committed by Tony Lindgren 5abd45ea 03729cfa

Changed files
+5
arch
+5
arch/arm/boot/dts/am335x-boneblack-common.dtsi
··· 131 131 }; 132 132 133 133 / { 134 + memory@80000000 { 135 + device_type = "memory"; 136 + reg = <0x80000000 0x20000000>; /* 512 MB */ 137 + }; 138 + 134 139 clk_mcasp0_fixed: clk_mcasp0_fixed { 135 140 #clock-cells = <0>; 136 141 compatible = "fixed-clock";