ramips: mt7620: remove useless GMAC nodes
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7628an_wrtnode_wrtnode2r.dts
1 #include "mt7628an_wrtnode_wrtnode2.dtsi"
2
3 / {
4 compatible = "wrtnode,wrtnode2r", "wrtnode,wrtnode2", "mediatek,mt7628an-soc";
5 model = "WRTnode2R";
6
7 aliases {
8 led-boot = &led_indicator;
9 led-failsafe = &led_indicator;
10 led-running = &led_indicator;
11 led-upgrade = &led_indicator;
12 };
13
14 leds {
15 compatible = "gpio-leds";
16
17 pinctrl-names = "default";
18 pinctrl-0 = <&led_pins>;
19
20 led_indicator: indicator {
21 label = "blue:indicator";
22 gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
23 };
24 };
25 };
26
27 &state_default {
28 gpio {
29 groups = "gpio";
30 function = "gpio";
31 };
32 };
33
34 &pinctrl {
35 led_pins: led {
36 gpio {
37 groups = "wled_an";
38 function = "gpio";
39 };
40 };
41 };
42
43 &spi0 {
44 spidev@1 {
45 #address-cells = <1>;
46 #size-cells = <1>;
47 compatible = "linux,spidev";
48 reg = <1>;
49 spi-max-frequency = <10000000>;
50 };
51 };