blob: c6961f636ec57e0c5faed0906daeb36213b2da08 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3#include "ar9344_engenius_exx600.dtsi"
4
5/ {
6 model = "EnGenius EAP600";
7 compatible = "engenius,eap600", "qca,ar9344";
8
9 leds {
10 compatible = "gpio-leds";
11
12 led_power: power {
13 label = "amber:power";
14 gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
15 default-state = "on";
16 };
17
18 wps {
19 label = "blue:wps";
20 gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
21 };
22
23 wifi5g {
24 label = "green:wifi5g";
25 gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
26 linux,default-trigger = "phy0tpt";
27 };
28 };
29};
30
31&eth0 {
32 mtd-mac-address = <&art 0x0>;
33 mtd-mac-address-increment = <(-2)>;
34};
35
36&pcie {
37 wifi@0,0,0 {
38 mtd-mac-address = <&art 0x0>;
39 };
40};
41
42&wmac {
43 mtd-mac-address = <&art 0x0>;
44 mtd-mac-address-increment = <(-1)>;
45};