1 // SPDX-License-Identifier: GPL-2.0
4 #include <dt-bindings/gpio/gpio.h>
5 #include <dt-bindings/input/input.h>
10 model = "Dragino MS14 (Dragino 2)";
11 compatible = "dragino,ms14";
18 device_type = "memory";
19 reg = <0x0 0x4000000>;
23 compatible = "gpio-leds";
26 label = "dragino2:red:wlan";
27 gpios = <&gpio 0 GPIO_ACTIVE_HIGH>;
28 default-state = "off";
32 label = "dragino2:red:lan";
33 gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
34 default-state = "off";
38 label = "dragino2:red:wan";
39 gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
40 default-state = "off";
44 label = "dragino2:red:system";
45 gpios = <&gpio 28 GPIO_ACTIVE_HIGH>;
46 default-state = "off";
51 compatible = "gpio-keys";
57 linux,code = <KEY_WPS_BUTTON>;
58 gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
63 linux,code = <KEY_RESTART>;
64 gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
70 clock-frequency = <25000000>;
91 num-chipselects = <1>;
94 /* Winbond 25Q128BVFG SPI flash */
98 compatible = "winbond,w25q128", "jedec,spi-nor";
99 spi-max-frequency = <104000000>;