From: Geert Uytterhoeven Date: Tue, 4 Jul 2017 15:23:13 +0000 (+0200) Subject: ARM: dts: r8a7745: Add Inter Connect RAM X-Git-Tag: v5.15~10452^2~31^2~27 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=825216b8160b53b83f405a1e7b6c647e4e99e25a;p=mirror_ubuntu-kernels.git ARM: dts: r8a7745: Add Inter Connect RAM RZ/G1E has 3 regions of Inter Connect RAM (72 + 4 + 256 KiB). Signed-off-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- diff --git a/arch/arm/boot/dts/r8a7745.dtsi b/arch/arm/boot/dts/r8a7745.dtsi index 2feb0084bb3b..88cf92bcd2f9 100644 --- a/arch/arm/boot/dts/r8a7745.dtsi +++ b/arch/arm/boot/dts/r8a7745.dtsi @@ -468,6 +468,21 @@ status = "disabled"; }; + icram2: sram@e6300000 { + compatible = "mmio-sram"; + reg = <0 0xe6300000 0 0x40000>; + }; + + icram0: sram@e63a0000 { + compatible = "mmio-sram"; + reg = <0 0xe63a0000 0 0x12000>; + }; + + icram1: sram@e63c0000 { + compatible = "mmio-sram"; + reg = <0 0xe63c0000 0 0x1000>; + }; + ether: ethernet@ee700000 { compatible = "renesas,ether-r8a7745"; reg = <0 0xee700000 0 0x400>;