You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux/ramips/dts/mt7628an_wrtnode_wrtnode2r.dts

54 lines
833 B
Plaintext

/dts-v1/;
#include "mt7628an_wrtnode_wrtnode2.dtsi"
/ {
compatible = "wrtnode,wrtnode2r", "wrtnode,wrtnode2", "mediatek,mt7628an-soc";
model = "WRTnode2R";
aliases {
led-boot = &led_indicator;
led-failsafe = &led_indicator;
led-running = &led_indicator;
led-upgrade = &led_indicator;
};
leds {
compatible = "gpio-leds";
pinctrl-names = "default";
pinctrl-0 = <&led_pins>;
led_indicator: indicator {
label = "wrtnode:blue:indicator";
gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
};
};
};
&state_default {
gpio {
groups = "gpio";
function = "gpio";
};
};
&pinctrl {
led_pins: led {
gpio {
groups = "wled_an";
function = "gpio";
};
};
};
&spi0 {
spidev@1 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "linux,spidev";
reg = <1>;
spi-max-frequency = <10000000>;
};
};