Commit 8d3da65c authored by Lad Prabhakar's avatar Lad Prabhakar Committed by Geert Uytterhoeven
Browse files

arm64: dts: renesas: r9a07g054: Fillup the sbc stub node

parent e46a72e0
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -398,12 +398,20 @@ channel@7 {
		};

		sbc: spi@10060000 {
			compatible = "renesas,r9a07g054-rpc-if",
				     "renesas,rzg2l-rpc-if";
			reg = <0 0x10060000 0 0x10000>,
			      <0 0x20000000 0 0x10000000>,
			      <0 0x10070000 0 0x10000>;
			reg-names = "regs", "dirmap", "wbuf";
			interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
			clocks = <&cpg CPG_MOD R9A07G054_SPI_CLK2>,
				 <&cpg CPG_MOD R9A07G054_SPI_CLK>;
			resets = <&cpg R9A07G054_SPI_RST>;
			power-domains = <&cpg>;
			#address-cells = <1>;
			#size-cells = <0>;
			/* place holder */
			status = "disabled";
		};

		cpg: clock-controller@11010000 {