at91: 5.15: remove old config and patch files
[openwrt/openwrt.git] / target / linux / ath79 / dts / qca9558_devolo_dvl1200e.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include <dt-bindings/leds/common.h>
4
5 #include "qca9558_devolo_dvl1xxx.dtsi"
6
7 / {
8 compatible = "devolo,dvl1200e", "qca,qca9558";
9 model = "devolo WiFi pro 1200e";
10
11 aliases {
12 led-boot = &led_status_blue;
13 led-failsafe = &led_status_red;
14 led-running = &led_status_blue;
15 led-upgrade = &led_status_red;
16 };
17
18 leds {
19 compatible = "gpio-leds";
20
21 led_status_blue: status_blue {
22 function = LED_FUNCTION_STATUS;
23 color = <LED_COLOR_ID_BLUE>;
24 gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
25 default-state = "on";
26 };
27
28 led_status_red: status_red {
29 function = LED_FUNCTION_STATUS;
30 color = <LED_COLOR_ID_RED>;
31 gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
32 };
33 };
34
35 beeper {
36 compatible = "gpio-beeper";
37 gpios = <&gpio 4 GPIO_ACTIVE_HIGH>;
38 };
39 };
40
41 &eth0 {
42 pll-data = <0xae000000 0x80000101 0x80001313>;
43 phy-mode = "rgmii-rxid";
44 };
45
46 &gmac_config {
47 rxdv-delay = <3>;
48 rxd-delay = <3>;
49 txen-delay = <0>;
50 txd-delay = <0>;
51 };
52
53 &mdio1 {
54 status = "okay";
55
56 phy1: ethernet-phy@1 {
57 reg = <1>;
58 at803x-override-sgmii-link-check;
59 };
60 };
61
62 &eth1 {
63 status = "okay";
64
65 nvmem-cells = <&macaddr_art_0 1>;
66 nvmem-cell-names = "mac-address";
67
68 phy-handle = <&phy1>;
69 pll-data = <0x03000101 0x00000101 0x00001313>;
70
71 qca955x-sgmii-fixup;
72 };