aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/qca9563_dlink_dir-869-a1.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ath79/dts/qca9563_dlink_dir-869-a1.dts')
-rw-r--r--target/linux/ath79/dts/qca9563_dlink_dir-869-a1.dts31
1 files changed, 31 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/qca9563_dlink_dir-869-a1.dts b/target/linux/ath79/dts/qca9563_dlink_dir-869-a1.dts
new file mode 100644
index 0000000000..eab713ea66
--- /dev/null
+++ b/target/linux/ath79/dts/qca9563_dlink_dir-869-a1.dts
@@ -0,0 +1,31 @@
+// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
+
+#include "qca9563_dlink_dir-8x9-a1.dtsi"
+#include <dt-bindings/gpio/gpio.h>
+
+/ {
+ model = "D-Link DIR-869 A1";
+ compatible = "dlink,dir-869-a1", "qca,qca9563";
+
+ aliases {
+ led-boot = &led_power_orange;
+ led-failsafe = &led_power_orange;
+ led-running = &led_power_white;
+ led-upgrade = &led_power_orange;
+ };
+
+ leds {
+ compatible = "gpio-leds";
+
+ led_power_orange: power_orange {
+ label = "orange:power";
+ gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
+ };
+
+ led_power_white: power_white {
+ label = "white:power";
+ gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
+ };
+ };
+};
+