ath79: update WA/XC devices UBNT_VERSION to 8.7.4
[openwrt/staging/wigyori.git] / target / linux / ath79 / dts / ar7240_tplink_tl-wa.dtsi
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include <dt-bindings/leds/common.h>
4
5 #include "ar7240_tplink.dtsi"
6
7 &leds {
8 lan {
9 function = LED_FUNCTION_LAN;
10 color = <LED_COLOR_ID_GREEN>;
11 gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
12 };
13 };
14
15 &eth0 {
16 compatible = "syscon", "simple-mfd";
17 };
18
19 &eth1 {
20 nvmem-cells = <&macaddr_uboot_1fc00>;
21 nvmem-cell-names = "mac-address";
22 };
23
24 &ath9k {
25 compatible = "pci168c,002a";
26 };