1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
4 #include "qca9558_devolo_dvl1xxx.dtsi"
7 compatible = "devolo,dvl1200e", "qca,qca9558";
8 model = "devolo WiFi pro 1200e";
11 led-boot = &led_status_blue;
12 led-failsafe = &led_status_red;
13 led-running = &led_status_blue;
14 led-upgrade = &led_status_red;
18 compatible = "gpio-leds";
20 led_status_blue: status_blue {
21 label = "dvl1200e:blue:status";
22 gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
26 led_status_red: status_red {
27 label = "dvl1200e:red:status";
28 gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
33 compatible = "gpio-beeper";
34 gpios = <&gpio 4 GPIO_ACTIVE_HIGH>;