// SPDX-License-Identifier: GPL-2.0-or-later OR MIT #include "tp9343_tplink_tl-wx.dtsi" / { keys { compatible = "gpio-keys"; wifi { label = "WiFi button"; linux,code = ; gpios = <&gpio 2 GPIO_ACTIVE_LOW>; }; reset { label = "Reset button"; linux,code = ; gpios = <&gpio 1 GPIO_ACTIVE_LOW>; }; }; };