Skip to content

Commit 5abd45e

Browse files
matweytmlind
authored andcommitted
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 <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
1 parent 03729cf commit 5abd45e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arch/arm/boot/dts/am335x-boneblack-common.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,11 @@
131131
};
132132

133133
/ {
134+
memory@80000000 {
135+
device_type = "memory";
136+
reg = <0x80000000 0x20000000>; /* 512 MB */
137+
};
138+
134139
clk_mcasp0_fixed: clk_mcasp0_fixed {
135140
#clock-cells = <0>;
136141
compatible = "fixed-clock";

0 commit comments

Comments
 (0)