ath79: add support for Compex WPJ531 (16M)
[openwrt/staging/dedeckeh.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 "qca9558_devolo_dvl1xxx.dtsi"
5
6 / {
7 compatible = "devolo,dvl1750c", "qca,qca9558";
8 model = "devolo WiFi pro 1750c";
9
10 aliases {
11 led-boot = &led_status_blue;
12 led-failsafe = &led_status_red;
13 led-running = &led_status_blue;
14 led-upgrade = &led_status_red;
15 };
16
17 leds {
18 compatible = "gpio-leds";
19
20 led_status_blue: status_blue {
21 label = "dvl1750c:blue:status";
22 gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
23 default-state = "on";
24 };
25
26 led_status_red: status_red {
27 label = "dvl1750c:red:status";
28 gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
29 };
30 };
31
32 beeper {
33 compatible = "gpio-beeper";
34 gpios = <&gpio 21 GPIO_ACTIVE_HIGH>;
35 };
36 };
37
38 &eth0 {
39 phy-mode = "rgmii-id";
40 };
41
42 &gmac_config {
43 rxdv-delay = <3>;
44 rxd-delay = <3>;
45 txen-delay = <3>;
46 txd-delay = <3>;
47 };