diff options
author | Vladimir Barinov <[email protected]> | 2017-01-26 17:54:20 +0300 |
---|---|---|
committer | Simon Horman <[email protected]> | 2017-05-22 14:36:16 +0200 |
commit | 2a3ee629ed8b2f1de496f57edd3f30cd5e8584cf (patch) | |
tree | aa53822784cb7ef34670a9282c6a29ad39b19d9e | |
parent | 82c906fac243f1a5d99867551c0933aee414bfbb (diff) |
arm64: dts: m3ulcb: Update memory node to 2 GiB map
This patch updates memory region:
- After changes, the new map of the m3ulcb board on R8A7796 SoC
Bank0: 1GiB RAM : 0x000048000000 -> 0x0007fffffff
Bank1: 1GiB RAM : 0x000600000000 -> 0x0063fffffff
- Before changes, the old map looked like this:
Bank0: 1GiB RAM : 0x000048000000 -> 0x0007fffffff
Signed-off-by: Vladimir Barinov <[email protected]>
Tested-by: Sjoerd Simons <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/renesas/r8a7796-m3ulcb.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/renesas/r8a7796-m3ulcb.dts b/arch/arm64/boot/dts/renesas/r8a7796-m3ulcb.dts index 5554b555b874..02051a3236a5 100644 --- a/arch/arm64/boot/dts/renesas/r8a7796-m3ulcb.dts +++ b/arch/arm64/boot/dts/renesas/r8a7796-m3ulcb.dts @@ -32,6 +32,11 @@ reg = <0x0 0x48000000 0x0 0x38000000>; }; + memory@600000000 { + device_type = "memory"; + reg = <0x6 0x00000000 0x0 0x40000000>; + }; + leds { compatible = "gpio-leds"; |