// SPDX-License-Identifier: GPL-2.0-or-later OR MIT #include "ar9331_alfa-network_ap121f.dtsi" / { model = "ALFA Network AP121FE"; compatible = "alfa-network,ap121fe", "qca,ar9331"; leds { compatible = "gpio-leds"; lan { label = "ap121fe:green:lan"; gpios = <&gpio 17 GPIO_ACTIVE_LOW>; }; led_vpn: vpn { label = "ap121fe:green:vpn"; gpios = <&gpio 27 GPIO_ACTIVE_LOW>; }; wlan { label = "ap121fe:green:wlan"; gpios = <&gpio 0 GPIO_ACTIVE_HIGH>; linux,default-trigger = "phy0tpt"; }; }; }; &usb { dr_mode = "peripheral"; };