X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Fdts%2FRT-N56U.dts;h=417411db77d444916a15ec81d3a74432bdec3217;hb=64878a561621e3af3708d3394c4f89473d7de1af;hp=fea73e27e722345c17bbb81f8397bfeee19ba895;hpb=d8dd207ea6f299cfcaef4899f1cade375e694dd5;p=oweals%2Fopenwrt.git diff --git a/target/linux/ramips/dts/RT-N56U.dts b/target/linux/ramips/dts/RT-N56U.dts index fea73e27e7..417411db77 100644 --- a/target/linux/ramips/dts/RT-N56U.dts +++ b/target/linux/ramips/dts/RT-N56U.dts @@ -2,8 +2,11 @@ #include "rt3883.dtsi" +#include +#include + / { - compatible = "RT-N56U", "ralink,rt3883-soc"; + compatible = "asus,rt-n56u", "ralink,rt3883-soc"; model = "Asus RT-N56U"; nor-flash@1c000000 { @@ -39,8 +42,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,extif1 = <1 0 1 1 1 1 1 1 2>; }; @@ -52,14 +55,14 @@ reset { label = "reset"; - gpios = <&gpio0 13 1>; - linux,code = <0x198>; + gpios = <&gpio0 13 GPIO_ACTIVE_LOW>; + linux,code = ; }; wps { label = "wps"; - gpios = <&gpio1 2 1>; - linux,code = <0x211>; + gpios = <&gpio1 2 GPIO_ACTIVE_LOW>; + linux,code = ; }; }; @@ -68,22 +71,22 @@ power { label = "rt-n56u:blue:power"; - gpios = <&gpio0 0 1>; + gpios = <&gpio0 0 GPIO_ACTIVE_LOW>; }; lan { label = "rt-n56u:blue:lan"; - gpios = <&gpio0 19 1>; + gpios = <&gpio0 19 GPIO_ACTIVE_LOW>; }; wan { label = "rt-n56u:blue:wan"; - gpios = <&gpio1 3 1>; + gpios = <&gpio1 3 GPIO_ACTIVE_LOW>; }; usb { label = "rt-n56u:blue:usb"; - gpios = <&gpio1 0 1>; + gpios = <&gpio1 0 GPIO_ACTIVE_LOW>; }; }; };