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

Commit dc03a50f authored by Chao Fu's avatar Chao Fu Committed by Shawn Guo
Browse files

ARM: dts: vf610-twr: Enable DSPI0 devices and Flash at26df081a



This patch enables DSPI0 and at26df081a flash device for Vybrid VF610
TOWER board.

Signed-off-by: default avatarChao Fu <b44548@freescale.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent d7a9d8e2
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -36,6 +36,23 @@

};

&dspi0 {
	bus-num = <0>;
	pinctrl-names = "default";
	pinctrl-0 = <&pinctrl_dspi0_1>;
	status = "okay";

	sflash: at26df081a@0 {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "atmel,at26df081a";
		spi-max-frequency = <16000000>;
		spi-cpol;
		spi-cpha;
		reg = <0>;
	};
};

&fec0 {
	phy-mode = "rmii";
	pinctrl-names = "default";