mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
8fc25d8664
The MAC address on the label of this device corresponds to the 2.4 GHz and ethernet MAC address. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
59 lines
1.1 KiB
Plaintext
59 lines
1.1 KiB
Plaintext
/* This file is released into the public domain */
|
|
|
|
/dts-v1/;
|
|
|
|
#include "mt7620a_netgear_ex3700_ex6130.dtsi"
|
|
|
|
/ {
|
|
compatible = "netgear,ex6130", "ralink,mt7620a-soc";
|
|
model = "Netgear EX6130";
|
|
|
|
aliases {
|
|
led-boot = &led_power_green;
|
|
led-failsafe = &led_power_green;
|
|
led-running = &led_power_green;
|
|
led-upgrade = &led_power_green;
|
|
label-mac-device = ðernet;
|
|
};
|
|
|
|
leds {
|
|
compatible = "gpio-leds";
|
|
|
|
led_power_green: power_g {
|
|
label = "ex6130:green:power";
|
|
gpios = <&gpio2 23 GPIO_ACTIVE_LOW>;
|
|
default-state = "on";
|
|
};
|
|
|
|
power_a {
|
|
label = "ex6130:amber:power";
|
|
gpios = <&gpio2 28 GPIO_ACTIVE_LOW>;
|
|
};
|
|
|
|
router_g {
|
|
label = "ex6130:green:router";
|
|
gpios = <&gpio2 25 GPIO_ACTIVE_LOW>;
|
|
};
|
|
|
|
router_r {
|
|
label = "ex6130:red:router";
|
|
gpios = <&gpio2 24 GPIO_ACTIVE_LOW>;
|
|
};
|
|
|
|
device_g {
|
|
label = "ex6130:green:device";
|
|
gpios = <&gpio2 20 GPIO_ACTIVE_LOW>;
|
|
};
|
|
|
|
device_r {
|
|
label = "ex6130:red:device";
|
|
gpios = <&gpio2 21 GPIO_ACTIVE_LOW>;
|
|
};
|
|
|
|
wps {
|
|
label = "ex6130:green:wps";
|
|
gpios = <&gpio2 27 GPIO_ACTIVE_LOW>;
|
|
};
|
|
};
|
|
};
|