All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dts/ls1043a-rdb: add the DTS for DSPI support
@ 2016-03-02  5:52 ` Yunhui Cui
  0 siblings, 0 replies; 9+ messages in thread
From: Yunhui Cui @ 2016-03-02  5:52 UTC (permalink / raw)
  To: linux-arm-kernel

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

Signed-off-by: Yunhui Cui <B56489@freescale.com>
Signed-off-by: Yuan Yao <yao.yuan@nxp.com>
---
 arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts b/arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts
index ce23557..f895fc0 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts
@@ -107,6 +107,19 @@
 		};
 };
 
+&dspi0 {
+	bus-num = <0>;
+	status = "okay";
+
+	flash at 0 {
+		#address-cells = <1>;
+		#size-cells = <1>;
+		compatible = "n25q128a13", "jedec,spi-nor";  /* 16MB */
+		reg = <0>;
+		spi-max-frequency = <1000000>; /* input clock */
+	};
+};
+
 &duart0 {
 	status = "okay";
 };
-- 
2.1.0.27.g96db324

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-04-13  2:44 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-02  5:52 [PATCH] dts/ls1043a-rdb: add the DTS for DSPI support Yunhui Cui
2016-03-02  5:52 ` Yunhui Cui
2016-03-02  5:52 ` Yunhui Cui
2016-04-13  1:53 ` Shawn Guo
2016-04-13  1:53   ` Shawn Guo
2016-04-13  1:53   ` Shawn Guo
2016-04-13  2:12   ` Yunhui Cui
2016-04-13  2:12     ` Yunhui Cui
2016-04-13  2:12     ` Yunhui Cui

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.