mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -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
395 B
Text
27 lines
395 B
Text
/dts-v1/;
|
|
|
|
/include/ "WRTNODE2.dtsi"
|
|
|
|
/ {
|
|
compatible = "mediatek,wrtnode2p", "mediatek,mt7628an-soc";
|
|
model = "WRTnode2P";
|
|
|
|
pinctrl {
|
|
state_default: pinctrl0 {
|
|
gpio {
|
|
ralink,group = "i2c", "gpio", "jtag";
|
|
ralink,function = "gpio";
|
|
};
|
|
};
|
|
};
|
|
|
|
gpio-leds {
|
|
compatible = "gpio-leds";
|
|
|
|
indicator {
|
|
label = "wrtnode:blue:indicator";
|
|
gpios = <&gpio1 9 1>;
|
|
};
|
|
};
|
|
};
|
|
|