ARM: dts: imx6q-sabrelite: Add SPI NOR support
authorFabio Estevam <festevam@gmail.com>
Tue, 24 Apr 2012 23:35:36 +0000 (20:35 -0300)
committerShawn Guo <shawn.guo@linaro.org>
Fri, 11 May 2012 07:17:54 +0000 (15:17 +0800)
mx6qsabrelite has a sst25vf016b SPI NOR flash connected to eCSPI1.

Add support for it.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx6q-sabrelite.dts

index a93c593fed8f52c27da18ee24cefa9d413a3f717..1ca9b3ecb882cc113e6400a29cebbdc7bd89eda0 100644 (file)
        };
 
        soc {
+               aips-bus@02000000 { /* AIPS1 */
+                       spba-bus@02000000 {
+                               ecspi@02008000 { /* eCSPI1 */
+                                       fsl,spi-num-chipselects = <1>;
+                                       cs-gpios = <&gpio3 19 0>;
+                                       status = "okay";
+
+                                       flash: m25p80@0 {
+                                               compatible = "sst,sst25vf016b";
+                                               spi-max-frequency = <20000000>;
+                                               reg = <0>;
+                                       };
+                               };
+                       };
+
+               };
+
                aips-bus@02100000 { /* AIPS2 */
                        ethernet@02188000 {
                                phy-mode = "rgmii";
This page took 0.027932 seconds and 5 git commands to generate.