Commit 11a6a6a5 authored by Sergei Shtylyov's avatar Sergei Shtylyov Committed by Geert Uytterhoeven
Browse files

arm64: dts: renesas: r8a77970: Add RPC-IF support

parent 9d3f2e7e
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -1039,6 +1039,23 @@ mmc0: mmc@ee140000 {
			status = "disabled";
		};

		rpc: spi@ee200000 {
			compatible = "renesas,r8a77970-rpc-if",
				     "renesas,rcar-gen3-rpc-if";
			reg = <0 0xee200000 0 0x200>,
			      <0 0x08000000 0 0x4000000>,
			      <0 0xee208000 0 0x100>;
			reg-names = "regs", "dirmap", "wbuf";
			interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
			clocks = <&cpg CPG_MOD 917>;
			clock-names = "rpc";
			power-domains = <&sysc R8A77970_PD_ALWAYS_ON>;
			resets = <&cpg 917>;
			#address-cells = <1>;
			#size-cells = <0>;
			status = "disabled";
		};

		gic: interrupt-controller@f1010000 {
			compatible = "arm,gic-400";
			#interrupt-cells = <3>;