ath79: add support for ZyXEL NWA1123-NI
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar9342_zyxel_nwa1123-ni.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "ar9342_zyxel_nwa11xx.dtsi"
4
5 / {
6 compatible = "zyxel,nwa1123-ni", "qca,ar9342";
7 model = "Zyxel NWA1123-NI";
8
9 aliases {
10 label-mac-device = &eth0;
11 led-boot = &led_status_green;
12 led-failsafe = &led_status_amber;
13 led-running = &led_status_green;
14 led-upgrade = &led_status_amber;
15 };
16
17 leds {
18 compatible = "gpio-leds";
19
20 led_status_green: status_green {
21 label = "green:status";
22 gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
23 default-state = "on";
24 };
25
26 led_status_amber: status_amber {
27 label = "amber:status";
28 gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
29 };
30 };
31 };
32
33 &pcie {
34 status = "okay";
35 };