blob: 13167adc4dde97f076925e46f3749925c7518a0b [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 ECB600";
7 compatible = "engenius,ecb600", "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 wifi5g {
19 label = "blue:wifi5g";
20 gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
21 linux,default-trigger = "phy0tpt";
22 };
23 };
24};
25
26&eth0 {
27 mtd-mac-address = <&art 0x0>;
28};
29
30&pcie {
31 wifi@0,0,0 {
32 mtd-mac-address = <&art 0x0>;
33 mtd-mac-address-increment = <(-2)>;
34 };
35};
36
37&wmac {
38 mtd-mac-address = <&art 0x0>;
39 mtd-mac-address-increment = <(-1)>;
40};