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

Commit 730628f0 authored by Yunhui Cui's avatar Yunhui Cui Committed by Shawn Guo
Browse files

arm64: dts: ls1043a-rdb: add the DTS for DSPI support



This patch adds dts nodes for DSPI on LS1043A-RDB.

Signed-off-by: default avatarYunhui Cui <B56489@freescale.com>
Signed-off-by: default avatarYuan Yao <yao.yuan@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent ec05e9cc
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -107,6 +107,19 @@
		};
};

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

	flash@0 {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "n25q128a13", "jedec,spi-nor";  /* 16MB */
		reg = <0>;
		spi-max-frequency = <1000000>; /* input clock */
	};
};

&duart0 {
	status = "okay";
};