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

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

ARM: dts: socfpga: socrates: enable qspi



Enable the qspi controller on the socrates and add the flash chip.

Signed-off-by: default avatarSteffen Trumtrar <s.trumtrar@pengutronix.de>
Signed-off-by: default avatarDinh Nguyen <dinguyen@opensource.altera.com>
parent c6deff00
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -80,3 +80,22 @@
&mmc {
	status = "okay";
};

&qspi {
	status = "okay";

	flash: flash@0 {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "n25q256a";
		reg = <0>;
		spi-max-frequency = <100000000>;
		m25p,fast-read;
		cdns,read-delay = <4>;
		cdns,tshsl-ns = <50>;
		cdns,tsd2d-ns = <50>;
		cdns,tchsh-ns = <4>;
		cdns,tslch-ns = <4>;
		status = "okay";
	};
};