ath79: qca: convert to nvmem-layout
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar7240_tplink_tl-wa.dtsi
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "ar7240_tplink.dtsi"
4
5 &leds {
6 lan {
7 label = "green:lan";
8 gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
9 };
10 };
11
12 &eth0 {
13 compatible = "syscon", "simple-mfd";
14 };
15
16 &eth1 {
17 nvmem-cells = <&macaddr_uboot_1fc00>;
18 nvmem-cell-names = "mac-address";
19 };
20
21 &ath9k {
22 compatible = "pci168c,002a";
23 };