ath79: create common DTSI for Senao qca955x APs
[openwrt/openwrt.git] / target / linux / ath79 / dts / tp9343_tplink_tl-wr940n-v6.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "tp9343_tplink_tl-wr94x.dtsi"
4
5 / {
6 compatible = "tplink,tl-wr940n-v6", "qca,tp9343";
7 model = "TP-Link TL-WR940N v6";
8
9 aliases {
10 led-boot = &led_diag_orange;
11 led-failsafe = &led_diag_orange;
12 led-running = &led_diag_orange;
13 led-upgrade = &led_diag_orange;
14 };
15
16 leds {
17 compatible = "gpio-leds";
18
19 wan_blue {
20 label = "blue:wan";
21 gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
22 };
23
24 led_diag_orange: diag_orange {
25 label = "orange:diag";
26 gpios = <&gpio 15 GPIO_ACTIVE_HIGH>;
27 default-state = "on";
28 };
29 };
30 };
31
32 &eth1 {
33 mtd-mac-address = <&uboot 0x1fc00>;
34 };