2020-02-05 22:05:39 +01:00
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
|
2024-02-07 14:48:34 +01:00
|
|
|
#include <dt-bindings/leds/common.h>
|
|
|
|
|
2020-02-05 22:05:39 +01:00
|
|
|
#include "ar7240_tplink.dtsi"
|
|
|
|
|
|
|
|
&leds {
|
|
|
|
lan {
|
2024-02-07 14:48:34 +01:00
|
|
|
function = LED_FUNCTION_LAN;
|
|
|
|
color = <LED_COLOR_ID_GREEN>;
|
2020-02-05 22:05:39 +01:00
|
|
|
gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2020-08-14 15:09:29 +02:00
|
|
|
ð0 {
|
|
|
|
compatible = "syscon", "simple-mfd";
|
2020-08-17 18:26:55 +02:00
|
|
|
};
|
2020-08-14 15:09:29 +02:00
|
|
|
|
2020-02-05 22:05:39 +01:00
|
|
|
ð1 {
|
2024-12-14 14:26:25 -08:00
|
|
|
nvmem-cells = <&macaddr_uboot_1fc00 0>;
|
2021-04-02 23:47:31 +02:00
|
|
|
nvmem-cell-names = "mac-address";
|
2020-02-05 22:05:39 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
&ath9k {
|
|
|
|
compatible = "pci168c,002a";
|
|
|
|
};
|