b5a295440641120f69147e9b58da6e76361c8009
[librecmc/librecmc.git] / target / linux / ath79 / dts / qca9558_devolo_dvl1750c.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2 /dts-v1/;
3
4 #include <dt-bindings/gpio/gpio.h>
5 #include <dt-bindings/input/input.h>
6
7 #include "qca9558_devolo_dvl1xxx.dtsi"
8
9 / {
10         compatible = "devolo,dvl1750c", "qca,qca9557";
11         model = "devolo WiFi pro 1750c";
12
13         aliases {
14                 led-boot = &status_blue;
15                 led-failsafe = &status_red;
16                 led-running = &status_blue;
17                 led-upgrade = &status_red;
18         };
19
20         leds {
21                 compatible = "gpio-leds";
22
23                 status_blue: status_blue {
24                         label = "dvl1750c:blue:status";
25                         gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
26                         default-state = "on";
27                 };
28
29                 status_red: status_red {
30                         label = "dvl1750c:red:status";
31                         gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
32                 };
33         };
34
35         beeper {
36                 compatible = "gpio-beeper";
37                 gpios = <&gpio 21 GPIO_ACTIVE_HIGH>;
38         };
39 };
40
41 &gmac_config {
42         rxdv-delay = <3>;
43         rxd-delay = <3>;
44         txen-delay = <3>;
45         txd-delay = <3>;
46 };