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

arm64: dts: renesas: r8a779a0: Add TPU device node

parent c6d38761
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -933,6 +933,17 @@ scif4: serial@e6c40000 {
			status = "disabled";
		};

		tpu: pwm@e6e80000 {
			compatible = "renesas,tpu-r8a779a0", "renesas,tpu";
			reg = <0 0xe6e80000 0 0x148>;
			interrupts = <GIC_SPI 515 IRQ_TYPE_LEVEL_HIGH>;
			clocks = <&cpg CPG_MOD 718>;
			power-domains = <&sysc R8A779A0_PD_ALWAYS_ON>;
			resets = <&cpg 718>;
			#pwm-cells = <3>;
			status = "disabled";
		};

		msiof0: spi@e6e90000 {
			compatible = "renesas,msiof-r8a779a0",
				     "renesas,rcar-gen3-msiof";