Unverified Commit 4e41b745 authored by Stefan Roese's avatar Stefan Roese Committed by Paul Burton
Browse files

MIPS: ralink: mt7628a.dtsi: Add SPI controller DT node



This patch adds the SPI controller description to the MT7628A dtsi file.

Signed-off-by: default avatarStefan Roese <sr@denx.de>
Cc: Paul Burton <paul.burton@mips.com>
Cc: Harvey Hunt <harveyhuntnexus@gmail.com>
Cc: John Crispin <john@phrozen.org>
Signed-off-by: default avatarPaul Burton <paul.burton@mips.com>
Cc: linux-mips@vger.kernel.org
parent e456a3bd
Loading
Loading
Loading
Loading
+16 −0
Original line number Original line Diff line number Diff line
@@ -170,6 +170,22 @@
			interrupts = <6>;
			interrupts = <6>;
		};
		};


		spi: spi@b00 {
			compatible = "ralink,mt7621-spi";
			reg = <0xb00 0x100>;

			pinctrl-names = "default";
			pinctrl-0 = <&pinmux_spi_spi>;

			resets = <&resetc 18>;
			reset-names = "spi";

			#address-cells = <1>;
			#size-cells = <0>;

			status = "disabled";
		};

		uart0: uartlite@c00 {
		uart0: uartlite@c00 {
			compatible = "ns16550a";
			compatible = "ns16550a";
			reg = <0xc00 0x100>;
			reg = <0xc00 0x100>;