1 // SPDX-License-Identifier: GPL-2.0
4 #include <dt-bindings/gpio/gpio.h>
5 #include <dt-bindings/input/input.h>
10 model = "TP-Link TL-MR3020";
11 compatible = "tplink,tl-mr3020";
18 device_type = "memory";
19 reg = <0x0 0x2000000>;
23 compatible = "gpio-leds";
26 label = "tp-link:green:wlan";
27 gpios = <&gpio 0 GPIO_ACTIVE_HIGH>;
28 default-state = "off";
32 label = "tp-link:green:lan";
33 gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
34 default-state = "off";
38 label = "tp-link:green:wps";
39 gpios = <&gpio 26 GPIO_ACTIVE_LOW>;
40 default-state = "off";
44 label = "tp-link:green:3g";
45 gpios = <&gpio 27 GPIO_ACTIVE_LOW>;
46 default-state = "off";
51 compatible = "gpio-keys";
57 linux,code = <KEY_WPS_BUTTON>;
58 gpios = <&gpio 11 GPIO_ACTIVE_HIGH>;
64 gpios = <&gpio 18 GPIO_ACTIVE_HIGH>;
70 gpios = <&gpio 20 GPIO_ACTIVE_HIGH>;
74 reg_usb_vbus: reg_usb_vbus {
75 compatible = "regulator-fixed";
76 regulator-name = "usb_vbus";
77 regulator-min-microvolt = <5000000>;
78 regulator-max-microvolt = <5000000>;
79 gpio = <&gpio 8 GPIO_ACTIVE_HIGH>;
85 clock-frequency = <25000000>;
98 vbus-supply = <®_usb_vbus>;
107 num-chipselects = <1>;
110 /* Spansion S25FL032PIF SPI flash */
111 spiflash: s25sl032p@0 {
112 #address-cells = <1>;
114 compatible = "spansion,s25sl032p", "jedec,spi-nor";
115 spi-max-frequency = <104000000>;