mpc85xx: fix address config for ws-ap3825i
[openwrt/openwrt.git] / target / linux / ath79 / dts / qca9558_devolo_dvl1750c.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "qca9558_devolo_dvl1xxx.dtsi"
4
5 / {
6 compatible = "devolo,dvl1750c", "qca,qca9558";
7 model = "devolo WiFi pro 1750c";
8
9 aliases {
10 led-boot = &led_status_blue;
11 led-failsafe = &led_status_red;
12 led-running = &led_status_blue;
13 led-upgrade = &led_status_red;
14 };
15
16 leds {
17 compatible = "gpio-leds";
18
19 led_status_blue: status_blue {
20 label = "blue:status";
21 gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
22 default-state = "on";
23 };
24
25 led_status_red: status_red {
26 label = "red:status";
27 gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
28 };
29 };
30
31 beeper {
32 compatible = "gpio-beeper";
33 gpios = <&gpio 21 GPIO_ACTIVE_HIGH>;
34 };
35 };
36
37 &eth0 {
38 pll-data = <0xae000000 0x80000101 0x80001313>;
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 };