aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/ar9344_dlink_dir-825-c1.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ath79/dts/ar9344_dlink_dir-825-c1.dts')
-rw-r--r--target/linux/ath79/dts/ar9344_dlink_dir-825-c1.dts79
1 files changed, 79 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/ar9344_dlink_dir-825-c1.dts b/target/linux/ath79/dts/ar9344_dlink_dir-825-c1.dts
new file mode 100644
index 0000000000..89603aaff6
--- /dev/null
+++ b/target/linux/ath79/dts/ar9344_dlink_dir-825-c1.dts
@@ -0,0 +1,79 @@
+// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
+/dts-v1/;
+
+#include "ar9344_dlink_dir-8x5.dtsi"
+
+/ {
+ model = "D-LINK DIR-825 C1";
+ compatible = "dlink,dir-825-c1", "qca,ar9344";
+
+ aliases {
+ led-boot = &orange_power;
+ led-failsafe = &orange_power;
+ led-running = &blue_power;
+ led-upgrade = &orange_power;
+ serial0 = &uart;
+ };
+
+ leds {
+ compatible = "gpio-leds";
+
+ pinctrl-names = "default";
+ pinctrl-0 = <&enable_gpio_11>;
+
+ blue_power: blue_power {
+ label = "d-link:blue:power";
+ gpios = <&gpio 22 GPIO_ACTIVE_LOW>;
+ };
+
+ blue_usb {
+ label = "d-link:blue:usb";
+ gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
+ linux,default-trigger = "usbport";
+ trigger-sources = <&hub_port1>;
+ };
+
+ blue_wan {
+ label = "d-link:blue:wan";
+ gpios = <&gpio 18 GPIO_ACTIVE_LOW>;
+ };
+
+ blue_wlan2g {
+ label = "d-link:blue:wlan2g";
+ gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
+ linux,default-trigger = "phy0tpt";
+ };
+
+ blue_wps {
+ label = "d-link:blue:wps";
+ gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
+ };
+
+ orange_power: orange_power {
+ label = "d-link:orange:power";
+ gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
+ };
+
+ orange_wan {
+ label = "d-link:orange:wan";
+ gpios = <&gpio 19 GPIO_ACTIVE_LOW>;
+ };
+ };
+
+ leds-ath9k {
+ compatible = "gpio-leds";
+
+ blue_wlan5g {
+ label = "d-link:blue:wlan5g";
+ gpios = <&ath9k 0 GPIO_ACTIVE_LOW>;
+ linux,default-trigger = "phy1tpt";
+ };
+ };
+};
+
+&pinmux {
+ enable_gpio_11: pinmux_enable_gpio_11 {
+ pinctrl-single,bits = <0x8 0x0 0xff000000>;
+ };
+};
+