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

Commit 34a33ba6 authored by Chuanhua Han's avatar Chuanhua Han Committed by Shawn Guo
Browse files

arm64: dts: ls1088a-qds: Add the spi-flash nodes under the DSPI controller



This patch adds the spi-flash nodes under the DSPI controller for
ls1088a-qds boards.

Signed-off-by: default avatarChuanhua Han <chuanhua.han@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 60ca9248
Loading
Loading
Loading
Loading
+33 −0
Original line number Diff line number Diff line
@@ -17,6 +17,39 @@
	compatible = "fsl,ls1088a-qds", "fsl,ls1088a";
};

&dspi {
	bus-num = <0>;
	status = "okay";

	flash@0 {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "jedec,spi-nor";
		reg = <0>;
		spi-max-frequency = <1000000>;
	};

	flash@1 {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "jedec,spi-nor";
		spi-cpol;
		spi-cpha;
		spi-max-frequency = <3500000>;
		reg = <1>;
	};

	flash@2 {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "jedec,spi-nor";
		spi-cpol;
		spi-cpha;
		spi-max-frequency = <3500000>;
		reg = <2>;
	};
};

&i2c0 {
	status = "okay";