lede/target/linux/ramips/dts/mt7621_mikrotik_routerboard-750gr3.dts

38 lines
653 B
Plaintext
Raw Normal View History

2019-12-07 20:13:33 -08:00
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
#include "mt7621_mikrotik_routerboard-7xx.dtsi"
2019-12-07 20:13:33 -08:00
/ {
2020-07-02 23:30:56 +08:00
compatible = "mikrotik,routerboard-750gr3", "mediatek,mt7621-soc";
2019-12-07 20:13:33 -08:00
model = "MikroTik RouterBOARD 750Gr3";
aliases {
led-boot = &led_usr;
led-failsafe = &led_usr;
led-running = &led_usr;
led-upgrade = &led_usr;
};
leds {
compatible = "gpio-leds";
pwr {
label = "blue:pwr";
2020-07-02 23:30:56 +08:00
gpios = <&gpio 16 GPIO_ACTIVE_HIGH>;
2019-12-07 20:13:33 -08:00
default-state = "on";
};
led_usr: usr {
label = "green:usr";
2020-07-02 23:30:56 +08:00
gpios = <&gpio 0 GPIO_ACTIVE_HIGH>;
2019-12-07 20:13:33 -08:00
};
};
};
&state_default {
gpio {
groups = "uart2", "jtag", "wdt";
2020-07-02 23:30:56 +08:00
function = "gpio";
2019-12-07 20:13:33 -08:00
};
};