Commit 5de968a2 authored by Duc Nguyen's avatar Duc Nguyen Committed by Geert Uytterhoeven
Browse files

arm64: dts: renesas: r8a779a0: Add RPC node

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

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

		ipmmu_rt0: iommu@ee480000 {
			compatible = "renesas,ipmmu-r8a779a0";
			reg = <0 0xee480000 0 0x20000>;