5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
9 compatible = "ralink,v11st-fe", "ralink,rt2880-soc";
10 model = "Ralink V11ST-FE";
13 led-boot = &led_status;
14 led-failsafe = &led_status;
15 led-running = &led_status;
16 led-upgrade = &led_status;
20 compatible = "cfi-flash";
21 reg = <0x1c000000 0x800000>;
25 compatible = "fixed-partitions";
30 reg = <0x0 0x0030000>;
36 reg = <0x00030000 0x00010000>;
41 factory: partition@40000 {
42 reg = <0x00040000 0x00010000>;
48 compatible = "denx,uimage";
49 reg = <0x00050000 0x003b0000>;
56 compatible = "gpio-keys-polled";
57 poll-interval = <100>;
61 gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>;
62 linux,code = <KEY_WPS_BUTTON>;
67 compatible = "gpio-leds";
70 label = "v11st-fe:green:status";
71 gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
89 ralink,mtd-eeprom = <&factory 0>;