tools/elfutils: refresh portability patch for macOS
[openwrt/openwrt.git] / target / linux / ath79 / dts / tp9343_tplink_tl-wr94x.dtsi
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "tp9343_tplink_tl-wx.dtsi"
4
5 / {
6 keys {
7 compatible = "gpio-keys";
8
9 wifi {
10 label = "WiFi button";
11 linux,code = <KEY_RFKILL>;
12 gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
13 };
14
15 reset {
16 label = "Reset button";
17 linux,code = <KEY_RESTART>;
18 gpios = <&gpio 1 GPIO_ACTIVE_LOW>;
19 };
20 };
21 };