| // SPDX-License-Identifier: (GPL-2.0+ OR MIT) |
| * Copyright (c) 2016 BayLibre, Inc. |
| * Author: Neil Armstrong <narmstrong@baylibre.com> |
| #include "meson-gxbb-wetek.dtsi" |
| #include <dt-bindings/input/input.h> |
| compatible = "wetek,play2", "amlogic,meson-gxbb"; |
| label = "wetek-play:wifi-status"; |
| gpios = <&gpio GPIODV_26 GPIO_ACTIVE_HIGH>; |
| label = "wetek-play:ethernet-status"; |
| gpios = <&gpio GPIODV_27 GPIO_ACTIVE_HIGH>; |
| compatible = "gpio-keys-polled"; |
| linux,code = <KEY_RESTART>; |
| gpios = <&gpio_ao GPIOAO_3 GPIO_ACTIVE_LOW>; |
| pinctrl-0 = <&i2c_a_pins>; |
| pinctrl-names = "default"; |
| linux,rc-map-name = "rc-wetek-play2"; |