arm: dts: socfpga: Add SPI nodes to SOCFPGA DT.
authorThor Thayer <tthayer@opensource.altera.com>
Tue, 21 Oct 2014 18:55:40 +0000 (18:55 +0000)
committerDinh Nguyen <dinguyen@opensource.altera.com>
Fri, 21 Nov 2014 05:08:36 +0000 (23:08 -0600)
Add 2 SPI nodes to SOCFPGA device tree.

Signed-off-by: Thor Thayer <tthayer@opensource.altera.com>
Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
arch/arm/boot/dts/socfpga.dtsi

index 6af96edb0372b65886f58579cfcf9ab21b49a1e3..deb0a0d815a64218c1b841b23c6e43c801f47de6 100644 (file)
                        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";
This page took 0.025553 seconds and 5 git commands to generate.