Skip to content

Commit

Permalink
ARM: dts: imx6sl-evk: enable the SPI NOR
Browse files Browse the repository at this point in the history
enable the spi nor for imx6sl-evk boards.

Signed-off-by: Huang Shijie <b32955@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
  • Loading branch information
Huang Shijie authored and Shawn Guo committed Oct 18, 2013
1 parent dc10892 commit d1b5397
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions arch/arm/boot/dts/imx6sl-evk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,22 @@
};
};

&ecspi1 {
fsl,spi-num-chipselects = <1>;
cs-gpios = <&gpio4 11 0>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_ecspi1_1>;
status = "okay";

flash: m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "st,m25p32";
spi-max-frequency = <20000000>;
reg = <0>;
};
};

&fec {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_fec_1>;
Expand Down

0 comments on commit d1b5397

Please sign in to comment.