X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Fdts%2FWIZFI630A.dts;h=882086bcc046797fbf054229095f20aa6a425321;hb=70b192f57358f753842cbe1f8f82e26e8c6f9e1e;hp=9f1956496912871b4b08373a06fedb6594d1a31b;hpb=b70a96285c0f489be68bfea7a84a7950a58ddc79;p=openwrt%2Fstaging%2Fdedeckeh.git diff --git a/target/linux/ramips/dts/WIZFI630A.dts b/target/linux/ramips/dts/WIZFI630A.dts index 9f19564969..882086bcc0 100644 --- a/target/linux/ramips/dts/WIZFI630A.dts +++ b/target/linux/ramips/dts/WIZFI630A.dts @@ -2,10 +2,11 @@ #include "rt5350.dtsi" +#include #include / { - compatible = "wizfi630a", "ralink,rt5350-soc"; + compatible = "wiznet,wizfi630a", "ralink,rt5350-soc"; model = "WIZnet WizFi630A"; chosen { @@ -22,22 +23,22 @@ run { label = "wizfi630a::run"; - gpios = <&gpio0 1 1>; + gpios = <&gpio0 1 GPIO_ACTIVE_LOW>; }; wps { label = "wizfi630a::wps"; - gpios = <&gpio0 20 1>; + gpios = <&gpio0 20 GPIO_ACTIVE_LOW>; }; uart1 { label = "wizfi630a::uart1"; - gpios = <&gpio0 18 1>; + gpios = <&gpio0 18 GPIO_ACTIVE_LOW>; }; uart2 { label = "wizfi630a::uart2"; - gpios = <&gpio0 21 1>; + gpios = <&gpio0 21 GPIO_ACTIVE_LOW>; }; }; @@ -49,25 +50,25 @@ reset { label = "reset"; - gpios = <&gpio0 17 1>; + gpios = <&gpio0 17 GPIO_ACTIVE_LOW>; linux,code = ; }; wps { label = "wps"; - gpios = <&gpio0 0 1>; + gpios = <&gpio0 0 GPIO_ACTIVE_LOW>; linux,code = ; }; scm1 { label = "SCM1"; - gpios = <&gpio0 19 1>; + gpios = <&gpio0 19 GPIO_ACTIVE_LOW>; linux,code = ; }; scm2 { label = "SCM2"; - gpios = <&gpio0 2 1>; + gpios = <&gpio0 2 GPIO_ACTIVE_LOW>; linux,code = ; }; };