X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Fdts%2FCY-SWR1100.dts;h=b5b594bf59ae421cc24a4d6727a2305e91e03804;hb=70b192f57358f753842cbe1f8f82e26e8c6f9e1e;hp=e77227952588c1566113a4c2778c5ef3a14e0244;hpb=b70a96285c0f489be68bfea7a84a7950a58ddc79;p=openwrt%2Fstaging%2Fdedeckeh.git diff --git a/target/linux/ramips/dts/CY-SWR1100.dts b/target/linux/ramips/dts/CY-SWR1100.dts index e772279525..b5b594bf59 100644 --- a/target/linux/ramips/dts/CY-SWR1100.dts +++ b/target/linux/ramips/dts/CY-SWR1100.dts @@ -2,10 +2,11 @@ #include "rt3883.dtsi" +#include #include / { - compatible = "CY-SWR1100", "ralink,rt3883-soc"; + compatible = "samsung,cy-swr1100", "ralink,rt3883-soc"; model = "Samsung CY-SWR1100"; nor-flash@1c000000 { @@ -52,8 +53,8 @@ rtl8367 { compatible = "realtek,rtl8367"; - gpio-sda = <&gpio0 1 0>; - gpio-sck = <&gpio0 2 0>; + gpio-sda = <&gpio0 1 GPIO_ACTIVE_HIGH>; + gpio-sck = <&gpio0 2 GPIO_ACTIVE_HIGH>; realtek,extif0 = <1 0 1 1 1 1 1 1 2>; }; @@ -65,13 +66,13 @@ reset { label = "reset"; - gpios = <&gpio0 6 1>; + gpios = <&gpio0 6 GPIO_ACTIVE_LOW>; linux,code = ; }; wps { label = "wps"; - gpios = <&gpio0 3 1>; + gpios = <&gpio0 3 GPIO_ACTIVE_LOW>; linux,code = ; }; }; @@ -81,12 +82,12 @@ wps { label = "cy-swr1100:blue:wps"; - gpios = <&gpio0 0 1>; + gpios = <&gpio0 0 GPIO_ACTIVE_LOW>; }; usb { label = "cy-swr1100:blue:usb"; - gpios = <&gpio1 1 1>; + gpios = <&gpio1 1 GPIO_ACTIVE_LOW>; }; }; };