179f14534e
This is an import of the reworked LEDE dts files. Besides other things they make it easier for us to reuse. The only diffs left are for the following SoCs: MT7620A (fbsd-mt7620a.dtsi) MT7621 (fbsd-mt7621.dtsi) MT7628 (fbsd-mt7628an.dtsi) RT3883 (fbsd-rt3883.dtsi) So we include the fbsd-*.dtsi files at the end of the original LEDE dtsi files, using '#include "fbsd-xxxx.dtsi"'. For example, for MT7621, the LEDE dtsi file is mt7621.dtsi. At the end of it we add: #include "fbsd-mt7621.dtsi" Approved by: adrian (mentor) Obtained from: LEDE project Sponsored by: Smartcom - Bulgaria AD Differential Revision: https://reviews.freebsd.org/D6394
33 lines
465 B
Plaintext
33 lines
465 B
Plaintext
/dts-v1/;
|
|
|
|
#include "HC5XXX.dtsi"
|
|
|
|
/ {
|
|
compatible = "HC5661", "ralink,mt7620a-soc";
|
|
model = "HiWiFi HC5661";
|
|
|
|
gpio-leds {
|
|
compatible = "gpio-leds";
|
|
|
|
system {
|
|
label = "hc5661:blue:system";
|
|
gpios = <&gpio0 9 1>;
|
|
};
|
|
|
|
internet {
|
|
label = "hc5661:blue:internet";
|
|
gpios = <&gpio0 11 1>;
|
|
};
|
|
|
|
wlan2g {
|
|
label = "hc5661:blue:wlan2g";
|
|
gpios = <&gpio3 0 1>;
|
|
};
|
|
|
|
wlan5g {
|
|
label = "hc5661:blue:wlan5g";
|
|
gpios = <&gpio0 7 1>;
|
|
};
|
|
};
|
|
};
|