aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMarek Vasut2018-06-13 21:15:54 +0200
committerMarek Vasut2018-06-16 02:17:57 +0200
commite183a6c7f2466b165c63603e1fc0002e7a7089d9 (patch)
tree37e1b5b26fb3d6b49811aba0e38e5e66a40f8313 /arch
parentc599de372f7f6840ea49d415a2458ceb25ccc0fe (diff)
ARM: dts: rmobile: Add Renesas RPC HF/QSPI DT node to R8A77990
Add device tree nodes for the Renesas RPC HF/QSPI controller to R8A77990 E3. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/r8a77990.dtsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/r8a77990.dtsi b/arch/arm/dts/r8a77990.dtsi
index be4f519711a..4f77be2a60d 100644
--- a/arch/arm/dts/r8a77990.dtsi
+++ b/arch/arm/dts/r8a77990.dtsi
@@ -269,6 +269,14 @@
compatible = "renesas,prr";
reg = <0 0xfff00044 0 4>;
};
+
+ rpc: rpc@0xee200000 {
+ compatible = "renesas,rpc-r8a77990", "renesas,rpc";
+ reg = <0 0xee200000 0 0x100>, <0 0x08000000 0 0>;
+ clocks = <&cpg CPG_MOD 917>;
+ bank-width = <2>;
+ status = "disabled";
+ };
};
timer {