diff options
Diffstat (limited to 'target/linux/ath79/dts/ar9342_zyxel_nwa1123-ac.dts')
-rw-r--r-- | target/linux/ath79/dts/ar9342_zyxel_nwa1123-ac.dts | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/ar9342_zyxel_nwa1123-ac.dts b/target/linux/ath79/dts/ar9342_zyxel_nwa1123-ac.dts new file mode 100644 index 0000000000..68d4930813 --- /dev/null +++ b/target/linux/ath79/dts/ar9342_zyxel_nwa1123-ac.dts @@ -0,0 +1,35 @@ +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT + +#include "ar9342_zyxel_nwa11xx.dtsi" + +/ { + compatible = "zyxel,nwa1123-ac", "qca,ar9342"; + model = "Zyxel NWA1123-AC"; + + aliases { + label-mac-device = ð0; + led-boot = &led_status_green; + led-failsafe = &led_status_amber; + led-running = &led_status_green; + led-upgrade = &led_status_amber; + }; + + leds { + compatible = "gpio-leds"; + + led_status_green: status_green { + label = "green:status"; + gpios = <&gpio 12 GPIO_ACTIVE_LOW>; + default-state = "on"; + }; + + led_status_amber: status_amber { + label = "amber:status"; + gpios = <&gpio 11 GPIO_ACTIVE_LOW>; + }; + }; +}; + +&pcie { + status = "okay"; +}; |