mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-04 13:04:22 +00:00
41 lines
825 B
Plaintext
41 lines
825 B
Plaintext
|
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||
|
/dts-v1/;
|
||
|
|
||
|
#include "mt7621_dlink_dir-8xx-a1.dtsi"
|
||
|
|
||
|
/ {
|
||
|
compatible = "dlink,dir-867-a1", "mediatek,mt7621-soc";
|
||
|
model = "D-Link DIR-867 A1";
|
||
|
|
||
|
aliases {
|
||
|
led-boot = &led_power_orange;
|
||
|
led-failsafe = &led_power_green;
|
||
|
led-running = &led_power_green;
|
||
|
led-upgrade = &led_net_orange;
|
||
|
};
|
||
|
|
||
|
leds {
|
||
|
compatible = "gpio-leds";
|
||
|
|
||
|
led_power_orange: power_orange {
|
||
|
label = "dir-867-a1:orange:power";
|
||
|
gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
|
||
|
};
|
||
|
|
||
|
led_power_green: power_green {
|
||
|
label = "dir-867-a1:green:power";
|
||
|
gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
|
||
|
};
|
||
|
|
||
|
led_net_orange: net_orange {
|
||
|
label = "dir-867-a1:orange:net";
|
||
|
gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
|
||
|
};
|
||
|
|
||
|
net_green {
|
||
|
label = "dir-867-a1:green:net";
|
||
|
gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
|
||
|
};
|
||
|
};
|
||
|
};
|