X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Fdts%2F3G-6200N.dts;h=502020e5d1b24bae51491549cf6da65f78e4ae3c;hb=3d680c57286a2f77b9cfba275756c711730c7fe2;hp=0be8c7252c946a6e960d7e539f3ef54057b866d9;hpb=5b437e204f2a5cf086c67b52b3751ba414ec6597;p=oweals%2Fopenwrt.git diff --git a/target/linux/ramips/dts/3G-6200N.dts b/target/linux/ramips/dts/3G-6200N.dts index 0be8c7252c..502020e5d1 100644 --- a/target/linux/ramips/dts/3G-6200N.dts +++ b/target/linux/ramips/dts/3G-6200N.dts @@ -1,24 +1,16 @@ /dts-v1/; -/include/ "rt3050.dtsi" +#include "rt3050.dtsi" + +#include / { compatible = "3G-6200N", "ralink,rt3050-soc"; model = "Edimax 3g-6200n"; - pinctrl { - state_default: pinctrl0 { - gpio { - ralink,group = "spi", "i2c", "jtag", "rgmii", "mdio", "uartf"; - ralink,function = "gpio"; - }; - }; - }; - cfi@1f000000 { compatible = "cfi-flash"; reg = <0x1f000000 0x800000>; - bank-width = <2>; device-width = <2>; #address-cells = <1>; @@ -54,26 +46,21 @@ }; }; - ethernet@10100000 { - mtd-mac-address = <&factory 0x4>; - }; - - esw@10110000 { - ralink,portmap = <0x2f>; - }; - gpio-leds { compatible = "gpio-leds"; + power { - label = "edimax:green:power"; + label = "3g-6200n:green:power"; gpios = <&gpio0 9 1>; }; + wlan { - label = "edimax:amber:wlan"; + label = "3g-6200n:amber:wlan"; gpios = <&gpio0 14 1>; }; + 3g { - label = "edimax:blue:3g"; + label = "3g-6200n:blue:3g"; gpios = <&gpio0 7 1>; }; }; @@ -83,19 +70,42 @@ #address-cells = <1>; #size-cells = <0>; poll-interval = <20>; - wps { - label = "wps"; + + reset { + label = "reset"; gpios = <&gpio0 12 1>; - linux,code = <0x211>; + linux,code = ; }; - wlanswitch { + + rfkill { label = "wlanswitch"; gpios = <&gpio0 13 1>; - linux,code = <0x100>; + linux,code = ; }; }; +}; - otg@101c0000 { - status = "okay"; +&pinctrl { + state_default: pinctrl0 { + gpio { + ralink,group = "spi", "i2c", "jtag", "rgmii", "mdio", "uartf"; + ralink,function = "gpio"; + }; }; }; + +ðernet { + mtd-mac-address = <&factory 0x4>; +}; + +&esw { + mediatek,portmap = <0x2f>; +}; + +&wmac { + ralink,mtd-eeprom = <&factory 0>; +}; + +&otg { + status = "okay"; +};