From: Dinh Nguyen Date: Wed, 19 Oct 2016 15:56:33 +0000 (-0500) Subject: ARM: dts: socfpga: Add QSPI node for the Arria10 X-Git-Tag: v4.10-rc1~82^2~33^2~4 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5d662bf15dcb35c79c8b80db468e1cb4a43cc066;p=karo-tx-linux.git ARM: dts: socfpga: Add QSPI node for the Arria10 Add the QSPI device node for Arria10 SOC. Signed-off-by: Dinh Nguyen --- diff --git a/arch/arm/boot/dts/socfpga_arria10.dtsi b/arch/arm/boot/dts/socfpga_arria10.dtsi index 1149216c78c5..551c636a4f01 100644 --- a/arch/arm/boot/dts/socfpga_arria10.dtsi +++ b/arch/arm/boot/dts/socfpga_arria10.dtsi @@ -675,6 +675,20 @@ }; }; + 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";