c846dd91f0
Like in the previous patch for ath79 target, this will remove the "devicename" from LED labels in ramips as well. The devicename is removed in DTS files and 01_leds, consolidation of definitions into DTSI files is done where (easily) possible, and migration scripts are updated. For the latter, all existing definitions were actually just devicename migrations anyway. Therefore, those are removed and a common migration file is created in target base-files. This is actually another example of how the devicename removal makes things easier. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
35 lines
683 B
Plaintext
35 lines
683 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";
|
|
};
|
|
};
|
|
|
|
&wifi0 {
|
|
mtd-mac-address = <&factory 0xe000>;
|
|
mtd-mac-address-increment = <1>;
|
|
};
|
|
|
|
&wifi1 {
|
|
mtd-mac-address = <&factory 0xe000>;
|
|
mtd-mac-address-increment = <2>;
|
|
};
|