mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
8d7fa09181
Rename from mt7621_dlink_dir-xx60-a1.dtsi to mt7621_dlink_dir_nand_128m.dtsi and associated group name when creating the mt7621.mk image Co-authored-by: Alan Luck <luckyhome2008@gmail.com> Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
21 lines
438 B
Plaintext
21 lines
438 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
#include <dt-bindings/leds/common.h>
|
|
|
|
#include "mt7621_dlink_dir_nand_128m.dtsi"
|
|
|
|
/ {
|
|
compatible = "dlink,dir-1960-a1", "mediatek,mt7621-soc";
|
|
model = "D-Link DIR-1960 A1";
|
|
};
|
|
|
|
&leds {
|
|
usb_white {
|
|
function = LED_FUNCTION_USB;
|
|
color = <LED_COLOR_ID_WHITE>;
|
|
gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
|
|
trigger-sources = <&xhci_ehci_port1>;
|
|
linux,default-trigger = "usbport";
|
|
};
|
|
};
|