9195d8da35
Add node aliases to dtsi files. Reword dts files so they're more in-line with upstream. Fix some more warnings and errors reported by dtc Signed-off-by: Stanislav Galabov <sgalabov@gmail.com>
27 lines
390 B
Plaintext
27 lines
390 B
Plaintext
/dts-v1/;
|
|
|
|
#include "WRTNODE2.dtsi"
|
|
|
|
/ {
|
|
compatible = "mediatek,wrtnode2r", "mediatek,mt7628an-soc";
|
|
model = "WRTnode2R";
|
|
|
|
gpio-leds {
|
|
compatible = "gpio-leds";
|
|
|
|
indicator {
|
|
label = "wrtnode:blue:indicator";
|
|
gpios = <&gpio1 12 1>;
|
|
};
|
|
};
|
|
};
|
|
|
|
&pinctrl {
|
|
state_default: pinctrl0 {
|
|
gpio {
|
|
ralink,group = "i2c", "gpio", "wled_an";
|
|
ralink,function = "gpio";
|
|
};
|
|
};
|
|
};
|