2019-07-28 10:20:26 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
|
2024-02-07 13:48:34 +00:00
|
|
|
#include <dt-bindings/leds/common.h>
|
|
|
|
|
2019-07-28 10:20:26 +00:00
|
|
|
#include "ar9344_tplink_tl-wdrxxxx.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "TP-Link TL-WDR3500 v1";
|
|
|
|
compatible = "tplink,tl-wdr3500-v1", "qca,ar9344";
|
ath79: provide label MAC address
This patch adds the label MAC address for several devices in
ath79.
Some devices require setting the MAC address in 02_network:
For the following devices, the netif device can be linked in
device tree, but the MAC address cannot be read:
- alfa-network,ap121f
- avm,fritz300e
- ubnt-xm devices
For the following devices, label MAC address is tied to lan or
wan, so no node to link to exists in device tree:
- adtran,bsap1800-v2
- adtran,bsap1840
- dlink,dir-842-c1/-c2/-c3
- engenius,ecb1750
- iodata,etg3-r
- iodata,wn-ac1167dgr
- iodata,wn-ac1600dgr
- iodata,wn-ac1600dgr2
- iodata,wn-ag300dgr
- nec,wg800hp
- nec,wg1200cr
- trendnet,tew-823dru
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2019-08-15 13:13:33 +00:00
|
|
|
|
|
|
|
aliases {
|
|
|
|
label-mac-device = &wmac;
|
|
|
|
};
|
2019-07-28 10:20:26 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&leds {
|
|
|
|
usb {
|
2024-02-07 13:48:34 +00:00
|
|
|
function = LED_FUNCTION_USB;
|
|
|
|
color = <LED_COLOR_ID_GREEN>;
|
2019-07-28 10:20:26 +00:00
|
|
|
gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
|
|
|
|
linux,default-trigger = "usbport";
|
|
|
|
trigger-sources = <&hub_port>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&gpio {
|
|
|
|
usb_power {
|
|
|
|
gpio-hog;
|
|
|
|
gpios = <12 GPIO_ACTIVE_HIGH>;
|
|
|
|
output-high;
|
|
|
|
line-name = "tp-link:power:usb";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&pinmux {
|
|
|
|
pmx_led_wan_lan: pinmux_led_wan_lan {
|
|
|
|
pinctrl-single,bits = <0x10 0x2c2d0000 0xffff0000>,
|
|
|
|
<0x14 0x292a2b 0xffffff>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&builtin_switch {
|
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&pmx_led_wan_lan>;
|
|
|
|
};
|
|
|
|
|
|
|
|
&usb {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&usb_phy {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2023-11-26 04:36:49 +00:00
|
|
|
&wmac {
|
|
|
|
status = "okay";
|
|
|
|
nvmem-cells = <&macaddr_uboot_1fc00 0>, <&cal_art_1000>;
|
|
|
|
nvmem-cell-names = "mac-address", "calibration";
|
|
|
|
};
|
|
|
|
|
|
|
|
&pcie {
|
|
|
|
status = "okay";
|
|
|
|
|
|
|
|
ath9k: wifi@0,0 {
|
|
|
|
compatible = "pci168c,0033";
|
|
|
|
reg = <0x0000 0 0 0 0>;
|
|
|
|
#gpio-cells = <2>;
|
|
|
|
gpio-controller;
|
|
|
|
nvmem-cells = <&macaddr_uboot_1fc00 1>, <&cal_art_5000>;
|
|
|
|
nvmem-cell-names = "mac-address", "calibration";
|
|
|
|
};
|
2019-07-28 10:20:26 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
ð1 {
|
|
|
|
status = "okay";
|
|
|
|
|
2023-11-26 04:36:49 +00:00
|
|
|
nvmem-cells = <&macaddr_uboot_1fc00 (-1)>;
|
2021-04-02 21:47:31 +00:00
|
|
|
nvmem-cell-names = "mac-address";
|
2019-07-28 10:20:26 +00:00
|
|
|
|
|
|
|
gmac-config {
|
|
|
|
device = <&gmac>;
|
|
|
|
switch-phy-swap = <0>;
|
|
|
|
switch-only-mode = <1>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
ð0 {
|
|
|
|
status = "okay";
|
|
|
|
|
|
|
|
phy-handle = <&swphy4>;
|
|
|
|
|
2023-11-26 04:36:49 +00:00
|
|
|
nvmem-cells = <&macaddr_uboot_1fc00 2>;
|
2021-04-02 21:47:31 +00:00
|
|
|
nvmem-cell-names = "mac-address";
|
2019-07-28 10:20:26 +00:00
|
|
|
};
|