2020-11-26 11:02:21 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
|
2021-05-05 16:11:44 +00:00
|
|
|
#include "rtl8380_netgear_gigabit_1xx.dtsi"
|
2021-11-25 05:50:10 +00:00
|
|
|
#include <dt-bindings/leds/common.h>
|
2020-11-26 11:02:21 +00:00
|
|
|
|
|
|
|
/ {
|
|
|
|
compatible = "netgear,gs110tpp-v1", "realtek,rtl838x-soc";
|
2021-01-09 05:31:53 +00:00
|
|
|
model = "Netgear GS110TPP v1";
|
2021-11-25 05:50:10 +00:00
|
|
|
|
|
|
|
aliases {
|
|
|
|
led-boot = &led_status_green;
|
|
|
|
led-failsafe = &led_status_red;
|
|
|
|
led-running = &led_status_green;
|
|
|
|
led-upgrade = &led_status_blue;
|
|
|
|
};
|
|
|
|
|
|
|
|
leds {
|
|
|
|
compatible = "gpio-leds";
|
|
|
|
|
|
|
|
led_status_red: led-0 {
|
|
|
|
label = "red:status";
|
|
|
|
color = <LED_COLOR_ID_RED>;
|
|
|
|
function = LED_FUNCTION_STATUS;
|
|
|
|
gpios = <&gpio1 31 GPIO_ACTIVE_LOW>;
|
|
|
|
};
|
|
|
|
|
|
|
|
led_status_green: led-1 {
|
|
|
|
label = "green:status";
|
|
|
|
color = <LED_COLOR_ID_GREEN>;
|
|
|
|
function = LED_FUNCTION_STATUS;
|
|
|
|
gpios = <&gpio1 32 GPIO_ACTIVE_LOW>;
|
|
|
|
};
|
|
|
|
|
|
|
|
led_status_blue: led-2 {
|
|
|
|
label = "blue:status";
|
|
|
|
color = <LED_COLOR_ID_BLUE>;
|
|
|
|
function = LED_FUNCTION_STATUS;
|
|
|
|
gpios = <&gpio1 34 GPIO_ACTIVE_LOW>;
|
|
|
|
};
|
|
|
|
};
|
2020-11-26 11:02:21 +00:00
|
|
|
};
|
2021-08-23 09:07:05 +00:00
|
|
|
|
|
|
|
&uart1 {
|
|
|
|
status = "okay";
|
|
|
|
};
|