Specification: - SoC: Atheros AR9533 - Flash: 4 MB - RAM: 32 MB - Ethernet: 4x LAN (100M) / 1x WAN (100M) - WiFi: 2.4G 300M Flash instruction: Flash factory image from stock WebUI. Signed-off-by: Johann Neuhauser <johann@it-neuhauser.de>master
parent
18f738d3c4
commit
8db6522531
@ -0,0 +1,30 @@ |
||||
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT |
||||
/dts-v1/; |
||||
|
||||
#include <dt-bindings/gpio/gpio.h> |
||||
#include <dt-bindings/input/input.h> |
||||
|
||||
#include "qca9533_tplink_tl-wr841.dtsi" |
||||
|
||||
/ { |
||||
compatible = "tplink,tl-wr841-v11", "qca,qca9533"; |
||||
model = "TP-Link TL-WR841N/ND Version 11"; |
||||
|
||||
aliases { |
||||
led-status = &system_led; |
||||
}; |
||||
}; |
||||
|
||||
&gpio_leds { |
||||
system_led: system { |
||||
label = "tp-link:green:system"; |
||||
gpios = <&gpio 1 GPIO_ACTIVE_LOW>; |
||||
default-state = "off"; |
||||
}; |
||||
|
||||
wan_orange { |
||||
label = "tp-link:orange:wan"; |
||||
gpios = <&gpio 2 GPIO_ACTIVE_LOW>; |
||||
default-state = "off"; |
||||
}; |
||||
}; |
Loading…
Reference in new issue