| b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame] | 1 | // 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 | ð0 { |
| 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 | }; |