Commit 1510faee authored by Fabrizio Castro's avatar Fabrizio Castro Committed by Geert Uytterhoeven
Browse files

arm64: dts: renesas: r8a774b1: Add SATA controller node

parent 948c59dd
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -2156,6 +2156,17 @@
			status = "disabled";
		};

		sata: sata@ee300000 {
			compatible = "renesas,sata-r8a774b1",
				     "renesas,rcar-gen3-sata";
			reg = <0 0xee300000 0 0x200000>;
			interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
			clocks = <&cpg CPG_MOD 815>;
			power-domains = <&sysc R8A774B1_PD_ALWAYS_ON>;
			resets = <&cpg 815>;
			status = "disabled";
		};

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