2018-12-27 01:32:38 +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:38 +00:00
|
|
|
#include "qca9558_devolo_dvl1xxx.dtsi"
|
|
|
|
|
|
|
|
/ {
|
2020-04-18 17:16:05 +00:00
|
|
|
compatible = "devolo,dvl1200e", "qca,qca9558";
|
2018-12-27 01:32:38 +00:00
|
|
|
model = "devolo WiFi pro 1200e";
|
|
|
|
|
|
|
|
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:38 +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:38 +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:38 +00:00
|
|
|
gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
beeper {
|
|
|
|
compatible = "gpio-beeper";
|
|
|
|
gpios = <&gpio 4 GPIO_ACTIVE_HIGH>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2020-11-24 03:45:09 +00:00
|
|
|
ð0 {
|
|
|
|
pll-data = <0xae000000 0x80000101 0x80001313>;
|
|
|
|
phy-mode = "rgmii-rxid";
|
|
|
|
};
|
|
|
|
|
|
|
|
&gmac_config {
|
|
|
|
rxdv-delay = <3>;
|
|
|
|
rxd-delay = <3>;
|
|
|
|
txen-delay = <0>;
|
|
|
|
txd-delay = <0>;
|
|
|
|
};
|
|
|
|
|
2018-12-27 01:32:38 +00:00
|
|
|
&mdio1 {
|
|
|
|
status = "okay";
|
2020-11-24 03:45:09 +00:00
|
|
|
|
|
|
|
phy1: ethernet-phy@1 {
|
|
|
|
reg = <1>;
|
|
|
|
at803x-override-sgmii-link-check;
|
|
|
|
};
|
2018-12-27 01:32:38 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
ð1 {
|
|
|
|
status = "okay";
|
2020-11-24 03:45:09 +00:00
|
|
|
|
2023-11-10 22:55:43 +00:00
|
|
|
nvmem-cells = <&macaddr_art_0 1>;
|
2021-04-02 21:47:31 +00:00
|
|
|
nvmem-cell-names = "mac-address";
|
2020-11-24 03:45:09 +00:00
|
|
|
|
|
|
|
phy-handle = <&phy1>;
|
|
|
|
pll-data = <0x03000101 0x00000101 0x00001313>;
|
|
|
|
|
|
|
|
qca955x-sgmii-fixup;
|
2018-12-27 01:32:38 +00:00
|
|
|
};
|