// SPDX-License-Identifier: GPL-2.0-or-later #include "rtl8380_netgear_gigabit.dtsi" #include / { compatible = "netgear,gs310tp-v1", "realtek,rtl838x-soc"; model = "Netgear GS310TP v1"; aliases { led-boot = &led_power_green; led-failsafe = &led_power_amber; led-running = &led_power_green; led-upgrade = &led_power_amber; }; leds { compatible = "gpio-leds"; led_power_amber: led-0 { color = ; function = LED_FUNCTION_POWER; gpios = <&gpio1 32 GPIO_ACTIVE_LOW>; }; led_power_green: led-1 { color = ; function = LED_FUNCTION_POWER; gpios = <&gpio1 31 GPIO_ACTIVE_LOW>; }; }; }; &gpio1 { poe-enable { gpio-hog; gpios = <10 GPIO_ACTIVE_HIGH>; output-high; line-name = "poe-enable"; }; }; &firmware { openwrt,ih-magic = <0x4e474335>; }; &uart1 { status = "okay"; }; &mdio { INTERNAL_PHY_SDS(24, 4) INTERNAL_PHY_SDS(26, 5) }; &switch0 { ports { SWITCH_SFP_PORT(24, 9, 1000base-x) SWITCH_SFP_PORT(26, 10, 1000base-x) }; };