1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Copyright (c) 2016 BayLibre, Inc.
4 * Author: Neil Armstrong <narmstrong@baylibre.com>
9 #include "meson-gxbb-wetek.dtsi"
10 #include <dt-bindings/input/input.h>
13 compatible = "wetek,play2", "amlogic,meson-gxbb";
14 model = "WeTek Play 2";
18 label = "wetek-play:wifi-status";
19 gpios = <&gpio GPIODV_26 GPIO_ACTIVE_HIGH>;
20 default-state = "off";
24 label = "wetek-play:ethernet-status";
25 gpios = <&gpio GPIODV_27 GPIO_ACTIVE_HIGH>;
26 default-state = "off";
31 compatible = "gpio-keys-polled";
34 poll-interval = <100>;
38 linux,code = <KEY_RESTART>;
39 gpios = <&gpio_ao GPIOAO_3 GPIO_ACTIVE_LOW>;
46 pinctrl-0 = <&i2c_a_pins>;
47 pinctrl-names = "default";
59 linux,rc-map-name = "rc-wetek-play2";