mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
3395184825
nvmem-layout allows removal Signed-off-by: Rosen Penev <rosenp@gmail.com>
25 lines
513 B
Plaintext
25 lines
513 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
#include "mt7621_dlink_dir-xx60-a1.dtsi"
|
|
|
|
/ {
|
|
compatible = "dlink,dir-2660-a1", "mediatek,mt7621-soc";
|
|
model = "D-Link DIR-2660 A1";
|
|
};
|
|
|
|
&leds {
|
|
usb2_white {
|
|
label = "white:usb2";
|
|
gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
|
|
trigger-sources = <&ehci_port2>;
|
|
linux,default-trigger = "usbport";
|
|
};
|
|
|
|
usb3_white {
|
|
label = "white:usb3";
|
|
gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
|
|
trigger-sources = <&xhci_ehci_port1>;
|
|
linux,default-trigger = "usbport";
|
|
};
|
|
};
|