arm64: dts: ls1043a-rdb: add the DTS for DSPI support
authorYunhui Cui <B56489@freescale.com>
Wed, 2 Mar 2016 05:52:15 +0000 (13:52 +0800)
committerShawn Guo <shawnguo@kernel.org>
Wed, 13 Apr 2016 01:48:59 +0000 (09:48 +0800)
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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts

index ce23557..f895fc0 100644 (file)
                };
 };
 
+&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";
 };