mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-22 04:56:15 +00:00
d646ea8a00
Abandoning the label and using the function/color syntax for some dlink dir series routers: dir-1960-a1, dir-2660-a1, dir-2640-a1, dir-3040-a1 and dir-3060-a1 Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
29 lines
641 B
Plaintext
29 lines
641 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
#include "mt7621_dlink_dir_nand_128m.dtsi"
|
|
|
|
/ {
|
|
compatible = "dlink,dir-2660-a1", "mediatek,mt7621-soc";
|
|
model = "D-Link DIR-2660 A1";
|
|
};
|
|
|
|
&leds {
|
|
led-4 {
|
|
function = LED_FUNCTION_USB;
|
|
color = <LED_COLOR_ID_WHITE>;
|
|
function-enumerator = <2>;
|
|
gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
|
|
trigger-sources = <&ehci_port2>;
|
|
linux,default-trigger = "usbport";
|
|
};
|
|
|
|
led-5 {
|
|
function = LED_FUNCTION_USB;
|
|
color = <LED_COLOR_ID_WHITE>;
|
|
function-enumerator = <3>;
|
|
gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
|
|
trigger-sources = <&xhci_ehci_port1>;
|
|
linux,default-trigger = "usbport";
|
|
};
|
|
};
|