Skip to content

Commit a262d66

Browse files
Vladimir Barinovhorms
authored andcommitted
arm64: dts: h3ulcb: Update memory node to 4 GiB map
This patch adds memory region: - After changes, the H3ULCB board has the following map: Bank0: 1GiB RAM : 0x000048000000 -> 0x0007fffffff Bank1: 1GiB RAM : 0x000500000000 -> 0x0053fffffff Bank2: 1GiB RAM : 0x000600000000 -> 0x0063fffffff Bank3: 1GiB RAM : 0x000700000000 -> 0x0073fffffff - Before changes, the old map looked like this: Bank0: 1GiB RAM : 0x000048000000 -> 0x0007fffffff Signed-off-by: Vladimir Barinov <vladimir.barinov+renesas@cogentembedded.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
1 parent 006ced5 commit a262d66

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

arch/arm64/boot/dts/renesas/r8a7795-h3ulcb.dts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,21 @@
3333
reg = <0x0 0x48000000 0x0 0x38000000>;
3434
};
3535

36+
memory@500000000 {
37+
device_type = "memory";
38+
reg = <0x5 0x00000000 0x0 0x40000000>;
39+
};
40+
41+
memory@600000000 {
42+
device_type = "memory";
43+
reg = <0x6 0x00000000 0x0 0x40000000>;
44+
};
45+
46+
memory@700000000 {
47+
device_type = "memory";
48+
reg = <0x7 0x00000000 0x0 0x40000000>;
49+
};
50+
3651
leds {
3752
compatible = "gpio-leds";
3853

0 commit comments

Comments
 (0)