2020-02-05 21:05:39 +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>
|
|
|
|
|
2020-02-05 21:05:39 +00:00
|
|
|
#include "ar7240_tplink.dtsi"
|
|
|
|
|
|
|
|
&leds {
|
|
|
|
lan {
|
2024-02-07 13:48:34 +00:00
|
|
|
function = LED_FUNCTION_LAN;
|
|
|
|
color = <LED_COLOR_ID_GREEN>;
|
2020-02-05 21:05:39 +00:00
|
|
|
gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2020-08-14 13:09:29 +00:00
|
|
|
ð0 {
|
|
|
|
compatible = "syscon", "simple-mfd";
|
2020-08-17 16:26:55 +00:00
|
|
|
};
|
2020-08-14 13:09:29 +00:00
|
|
|
|
2020-02-05 21:05:39 +00:00
|
|
|
ð1 {
|
2021-04-02 21:47:31 +00:00
|
|
|
nvmem-cells = <&macaddr_uboot_1fc00>;
|
|
|
|
nvmem-cell-names = "mac-address";
|
2020-02-05 21:05:39 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&ath9k {
|
|
|
|
compatible = "pci168c,002a";
|
|
|
|
};
|