mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
c7842ceaaa
This reorganizes DTSI files for the Netgear R devices in mt7621 (and the WNDR3700 v5). It creates a common DTSI for all R (sercomm) devices and distributes the remaining code in r6220.dtsi to R6220 and WNDR3700 v5. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
26 lines
361 B
Plaintext
26 lines
361 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/dts-v1/;
|
|
|
|
#include "mt7621_netgear_sercomm_chj.dtsi"
|
|
|
|
/ {
|
|
compatible = "netgear,r6350", "mediatek,mt7621-soc";
|
|
model = "Netgear R6350";
|
|
};
|
|
|
|
&led_power {
|
|
label = "r6350:green:power";
|
|
};
|
|
|
|
&led_usb {
|
|
label = "r6350:green:usb";
|
|
};
|
|
|
|
&led_internet {
|
|
label = "r6350:green:wan";
|
|
};
|
|
|
|
&led_wifi {
|
|
label = "r6350:green:wifi";
|
|
};
|