| #include <dt-bindings/gpio/gpio.h> |
| #include <dt-bindings/input/input.h> |
| model = "Dragino MS14 (Dragino 2)"; |
| compatible = "dragino,ms14"; |
| compatible = "gpio-leds"; |
| label = "dragino2:red:wlan"; |
| gpios = <&gpio 0 GPIO_ACTIVE_HIGH>; |
| label = "dragino2:red:lan"; |
| gpios = <&gpio 13 GPIO_ACTIVE_LOW>; |
| label = "dragino2:red:wan"; |
| gpios = <&gpio 17 GPIO_ACTIVE_LOW>; |
| label = "dragino2:red:system"; |
| gpios = <&gpio 28 GPIO_ACTIVE_HIGH>; |
| compatible = "gpio-keys-polled"; |
| linux,code = <KEY_WPS_BUTTON>; |
| gpios = <&gpio 11 GPIO_ACTIVE_LOW>; |
| linux,code = <KEY_RESTART>; |
| gpios = <&gpio 12 GPIO_ACTIVE_LOW>; |
| clock-frequency = <25000000>; |
| /* Winbond 25Q128BVFG SPI flash */ |
| compatible = "winbond,w25q128", "jedec,spi-nor"; |
| spi-max-frequency = <104000000>; |