#include "rt3050.dtsi" #include #include #include / { compatible = "unbranded,wr512-3gn", "ralink,rt3052-soc"; aliases { led-boot = &led_wps; led-failsafe = &led_wps; led-running = &led_wps; led-upgrade = &led_wps; }; leds { compatible = "gpio-leds"; 3g { label = "green:3g"; gpios = <&gpio0 9 GPIO_ACTIVE_LOW>; }; gateway { label = "green:gateway"; gpios = <&gpio0 11 GPIO_ACTIVE_LOW>; }; ap { label = "green:ap"; gpios = <&gpio0 12 GPIO_ACTIVE_LOW>; }; led_wps: wps { function = LED_FUNCTION_WPS; color = ; gpios = <&gpio0 14 GPIO_ACTIVE_LOW>; }; station { label = "green:station"; gpios = <&gpio0 13 GPIO_ACTIVE_LOW>; }; }; keys { compatible = "gpio-keys-polled"; poll-interval = <20>; reset_wps { label = "reset_wps"; gpios = <&gpio0 10 GPIO_ACTIVE_LOW>; linux,code = ; }; mode { label = "mode"; gpios = <&gpio0 7 GPIO_ACTIVE_LOW>; linux,code = ; }; }; }; &state_default { gpio { groups = "spi", "i2c", "jtag", "rgmii", "mdio", "uartf"; function = "gpio"; }; }; &esw { mediatek,portmap = <0x2f>; }; &wmac { nvmem-cells = <&eeprom_factory_0>; nvmem-cell-names = "eeprom"; }; &otg { status = "okay"; };