Commit 4d5b59cd authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Simon Horman
Browse files

ARM: shmobile: r8a7791 dtsi: Add QSPI node

parent 4b18e83f
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -710,4 +710,16 @@
			clock-output-names = "scifa3", "scifa4", "scifa5";
		};
	};

	spi: spi@e6b10000 {
		compatible = "renesas,qspi-r8a7791", "renesas,qspi";
		reg = <0 0xe6b10000 0 0x2c>;
		interrupt-parent = <&gic>;
		interrupts = <0 184 IRQ_TYPE_LEVEL_HIGH>;
		clocks = <&mstp9_clks R8A7791_CLK_QSPI_MOD>;
		num-cs = <1>;
		#address-cells = <1>;
		#size-cells = <0>;
		status = "disabled";
	};
};