mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
Import original OpenWRT dts files after executing the following script on them: for f in `ls [mr]t*.dtsi`; do printf "\n#include <fbsd-$f>\n" >> $f done Approved by: adrian (mentor) Obtained from: OpenWRT Sponsored by: Smartcom - Bulgaria AD Differential Revision: https://reviews.freebsd.org/D5971
27 lines
399 B
Text
27 lines
399 B
Text
/dts-v1/;
|
|
|
|
/include/ "WRTNODE2.dtsi"
|
|
|
|
/ {
|
|
compatible = "mediatek,wrtnode2r", "mediatek,mt7628an-soc";
|
|
model = "WRTnode2R";
|
|
|
|
pinctrl {
|
|
state_default: pinctrl0 {
|
|
gpio {
|
|
ralink,group = "i2c", "gpio", "wled_an";
|
|
ralink,function = "gpio";
|
|
};
|
|
};
|
|
};
|
|
|
|
gpio-leds {
|
|
compatible = "gpio-leds";
|
|
|
|
indicator {
|
|
label = "wrtnode:blue:indicator";
|
|
gpios = <&gpio1 12 1>;
|
|
};
|
|
};
|
|
};
|
|
|