2018-12-27 01:32:39 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
|
2024-02-07 13:48:34 +00:00
|
|
|
#include <dt-bindings/leds/common.h>
|
|
|
|
|
2018-12-27 01:32:39 +00:00
|
|
|
#include "qca9558_devolo_dvl1xxx.dtsi"
|
|
|
|
|
|
|
|
/ {
|
2020-04-18 17:16:05 +00:00
|
|
|
compatible = "devolo,dvl1750c", "qca,qca9558";
|
2018-12-27 01:32:39 +00:00
|
|
|
model = "devolo WiFi pro 1750c";
|
|
|
|
|
|
|
|
aliases {
|
2019-11-05 18:23:33 +00:00
|
|
|
led-boot = &led_status_blue;
|
|
|
|
led-failsafe = &led_status_red;
|
|
|
|
led-running = &led_status_blue;
|
|
|
|
led-upgrade = &led_status_red;
|
2018-12-27 01:32:39 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
leds {
|
|
|
|
compatible = "gpio-leds";
|
|
|
|
|
2019-11-05 18:23:33 +00:00
|
|
|
led_status_blue: status_blue {
|
2024-02-07 13:48:34 +00:00
|
|
|
function = LED_FUNCTION_STATUS;
|
|
|
|
color = <LED_COLOR_ID_BLUE>;
|
2018-12-27 01:32:39 +00:00
|
|
|
gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
|
|
|
|
default-state = "on";
|
|
|
|
};
|
|
|
|
|
2019-11-05 18:23:33 +00:00
|
|
|
led_status_red: status_red {
|
2024-02-07 13:48:34 +00:00
|
|
|
function = LED_FUNCTION_STATUS;
|
|
|
|
color = <LED_COLOR_ID_RED>;
|
2018-12-27 01:32:39 +00:00
|
|
|
gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
beeper {
|
|
|
|
compatible = "gpio-beeper";
|
|
|
|
gpios = <&gpio 21 GPIO_ACTIVE_HIGH>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2019-06-18 22:07:12 +00:00
|
|
|
ð0 {
|
2020-11-24 03:45:09 +00:00
|
|
|
pll-data = <0xae000000 0x80000101 0x80001313>;
|
2019-06-18 22:07:12 +00:00
|
|
|
phy-mode = "rgmii-id";
|
|
|
|
};
|
|
|
|
|
2018-12-27 01:32:39 +00:00
|
|
|
&gmac_config {
|
|
|
|
rxdv-delay = <3>;
|
|
|
|
rxd-delay = <3>;
|
|
|
|
txen-delay = <3>;
|
|
|
|
txd-delay = <3>;
|
|
|
|
};
|