ath79: update WA/XC devices UBNT_VERSION to 8.7.4
[openwrt/staging/wigyori.git] / target / linux / ramips / dts / mt7621_mikrotik_routerboard-750gr3.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "mt7621_mikrotik_routerboard-7xx.dtsi"
4
5 / {
6 compatible = "mikrotik,routerboard-750gr3", "mediatek,mt7621-soc";
7 model = "MikroTik RouterBOARD 750Gr3";
8
9 aliases {
10 led-boot = &led_usr;
11 led-failsafe = &led_usr;
12 led-running = &led_usr;
13 led-upgrade = &led_usr;
14 };
15
16 leds {
17 compatible = "gpio-leds";
18
19 pwr {
20 label = "blue:pwr";
21 gpios = <&gpio 16 GPIO_ACTIVE_HIGH>;
22 default-state = "on";
23 };
24
25 led_usr: usr {
26 label = "green:usr";
27 gpios = <&gpio 0 GPIO_ACTIVE_HIGH>;
28 };
29 };
30 };
31
32 &state_default {
33 gpio {
34 groups = "uart2", "jtag", "wdt";
35 function = "gpio";
36 };
37 };
38
39 &gmac1 {
40 status = "okay";
41 label = "wan";
42 phy-handle = <&ethphy0>;
43 };
44
45 &mdio {
46 ethphy0: ethernet-phy@0 {
47 reg = <0>;
48 };
49 };
50
51 &switch0 {
52 ports {
53 port@0 {
54 status = "disabled";
55 };
56 };
57 };