]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: socfpga: Add SPI Master1 for Arria10 SR chip
authorThor Thayer <tthayer@opensource.altera.com>
Thu, 2 Jun 2016 17:52:25 +0000 (17:52 +0000)
committerDinh Nguyen <dinguyen@opensource.altera.com>
Wed, 19 Oct 2016 03:17:51 +0000 (22:17 -0500)
Add the Altera Arria10 SPI Master Node in preparation for
the A10SR MFD node.

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

index ac0e19ca14b0db15c3f6d203091aa46eb67c49cf..1149216c78c520b01966b9252a60d38f4af853f5 100644 (file)
@@ -562,6 +562,21 @@ i2c4: i2c@ffc02600 {
                        status = "disabled";
                };
 
+               spi1: spi@ffda5000 {
+                       compatible = "snps,dw-apb-ssi";
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+                       reg = <0xffda5000 0x100>;
+                       interrupts = <0 102 4>;
+                       num-chipselect = <4>;
+                       bus-num = <0>;
+                       /*32bit_access;*/
+                       tx-dma-channel = <&pdma 16>;
+                       rx-dma-channel = <&pdma 17>;
+                       clocks = <&spi_m_clk>;
+                       status = "disabled";
+               };
+
                sdr: sdr@ffc25000 {
                        compatible = "syscon";
                        reg = <0xffcfb100 0x80>;