You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
267 B
19 lines
267 B
5 years ago
|
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||
|
|
||
|
#include "ar7240_tplink.dtsi"
|
||
|
|
||
|
&leds {
|
||
|
lan {
|
||
|
label = "tp-link:green:lan";
|
||
|
gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
ð1 {
|
||
|
mtd-mac-address = <&uboot 0x1fc00>;
|
||
|
};
|
||
|
|
||
|
&ath9k {
|
||
|
compatible = "pci168c,002a";
|
||
|
};
|