imx6: fix spi on gw5400-a
Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38201 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
20c36881a1
commit
0bec3a874d
|
@ -126,13 +126,13 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&ecspi1 {
|
&ecspi1 {
|
||||||
|
fsl,spi-num-chipselects = <1>;
|
||||||
|
cs-gpios = <&gpio3 19 0>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&pinctrl_ecspi1_1>;
|
pinctrl-0 = <&pinctrl_ecspi1_1>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
flash: m25p80@0 {
|
flash: m25p80@0 {
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <1>;
|
|
||||||
compatible = "sst,w25q256";
|
compatible = "sst,w25q256";
|
||||||
spi-max-frequency = <30000000>;
|
spi-max-frequency = <30000000>;
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
|
|
Loading…
Reference in New Issue