Initial commit
This commit is contained in:
26
target/linux/ramips/dts/WRTNODE2R.dts
Normal file
26
target/linux/ramips/dts/WRTNODE2R.dts
Normal file
@@ -0,0 +1,26 @@
|
||||
/dts-v1/;
|
||||
|
||||
#include "WRTNODE2.dtsi"
|
||||
|
||||
/ {
|
||||
compatible = "wrtnode,wrtnode2r", "wrtnode,wrtnode2", "mediatek,mt7628an-soc";
|
||||
model = "WRTnode2R";
|
||||
|
||||
gpio-leds {
|
||||
compatible = "gpio-leds";
|
||||
|
||||
indicator {
|
||||
label = "wrtnode:blue:indicator";
|
||||
gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&pinctrl {
|
||||
state_default: pinctrl0 {
|
||||
gpio {
|
||||
ralink,group = "i2c", "gpio", "wled_an";
|
||||
ralink,function = "gpio";
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user