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

Commit c6deff00 authored by Steffen Trumtrar's avatar Steffen Trumtrar Committed by Dinh Nguyen
Browse files

ARM: dts: socfpga: add qspi node



Add the qspi node to the socfpga dtsi file.

Signed-off-by: default avatarSteffen Trumtrar <s.trumtrar@pengutronix.de>
Signed-off-by: default avatarDinh Nguyen <dinguyen@opensource.altera.com>
parent acf3b20c
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -706,6 +706,20 @@
			reg = <0xffff0000 0x10000>;
		};

		qspi: spi@ff705000 {
			compatible = "cdns,qspi-nor";
                        #address-cells = <1>;
			#size-cells = <0>;
			reg = <0xff705000 0x1000>,
			      <0xffa00000 0x1000>;
			interrupts = <0 151 4>;
			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";