]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: socfpga: Add QSPI node for the Arria10
authorDinh Nguyen <dinguyen@opensource.altera.com>
Wed, 19 Oct 2016 15:56:33 +0000 (10:56 -0500)
committerDinh Nguyen <dinguyen@kernel.org>
Tue, 8 Nov 2016 21:40:34 +0000 (15:40 -0600)
Add the QSPI device node for Arria10 SOC.

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

index 1149216c78c520b01966b9252a60d38f4af853f5..551c636a4f013b9bc96b88c0016acabe2dc93f46 100644 (file)
                        };
                };
 
+               qspi: spi@ff809000 {
+                       compatible = "cdns,qspi-nor";
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+                       reg = <0xff809000 0x100>,
+                             <0xffa00000 0x100000>;
+                       interrupts = <0 100 IRQ_TYPE_LEVEL_HIGH>;
+                       cdns,fifo-depth = <128>;
+                       cdns,fifo-width = <4>;
+                       cdns,trigger-address = <0x00000000>;
+                       clocks = <&qspi_clk>;
+                       status = "disabled";
+               };
+
                rst: rstmgr@ffd05000 {
                        #reset-cells = <1>;
                        compatible = "altr,rst-mgr";