Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ba6b96b3 authored by Thor Thayer's avatar Thor Thayer Committed by Dinh Nguyen
Browse files

arm: dts: socfpga: Add SPI nodes to SOCFPGA DT.



Add 2 SPI nodes to SOCFPGA device tree.

Signed-off-by: default avatarThor Thayer <tthayer@opensource.altera.com>
Signed-off-by: default avatarDinh Nguyen <dinguyen@opensource.altera.com>
parent 8b907c8b
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
@@ -644,6 +644,28 @@
			reg = <0xffff0000 0x10000>;
		};

		spi0: spi@fff00000 {
			compatible = "snps,dw-apb-ssi";
			#address-cells = <1>;
			#size-cells = <0>;
			reg = <0xfff00000 0x1000>;
			interrupts = <0 154 4>;
			num-cs = <4>;
			clocks = <&spi_m_clk>;
			status = "disabled";
		};

		spi1: spi@fff01000 {
			compatible = "snps,dw-apb-ssi";
			#address-cells = <1>;
			#size-cells = <0>;
			reg = <0xfff01000 0x1000>;
			interrupts = <0 156 4>;
			num-cs = <4>;
			clocks = <&spi_m_clk>;
			status = "disabled";
		};

		/* Local timer */
		timer@fffec600 {
			compatible = "arm,cortex-a9-twd-timer";