]> git.ipfire.org Git - thirdparty/openwrt.git/commit
realtek: add support for Zyxel GS1900-10HP B1 24283/head
authorCarlo Szelinsky <github@szelinsky.de>
Sat, 18 Jul 2026 20:09:03 +0000 (22:09 +0200)
committerJonas Jelonek <jelonek.jonas@gmail.com>
Sun, 19 Jul 2026 09:21:11 +0000 (11:21 +0200)
commit13cb7086913e75a95994f986b3d1c97a1a98bcbc
treefee6555cb59477d1304c187160b341d49f5eec2c
parent101fcccac559b5fa503d363e1c139ac7733194ee
realtek: add support for Zyxel GS1900-10HP B1

The GS1900-10HP B1 keeps the RTL8380M SoC and port layout but replaces the
A1's Broadcom PoE (Gen1) with a Realtek RTL8238 PSE fronted by a Nuvoton
MCU speaking the Gen2 protocol at 115200 baud. It reuses the shared
rtl8380_zyxel_gs1900-10hp.dtsi and only overrides the PSE compatible and
UART speed.

Specifications:
- SoC: Realtek RTL8380M
- Ports: 8x 10/100/1000 (PoE+), 2x SFP
- PoE: Realtek RTL8238 via Nuvoton MCU (Gen2, UART 115200)

Tested on hardware: driver probes RTL8238B (8 ports), per-port control via
ethtool, verified across a cold power-cycle.

Signed-off-by: Carlo Szelinsky <github@szelinsky.de>
Link: https://github.com/openwrt/openwrt/pull/24283
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
package/boot/uboot-tools/uboot-envtools/files/realtek
target/linux/realtek/base-files/etc/board.d/02_network
target/linux/realtek/base-files/etc/board.d/05_compat-version
target/linux/realtek/dts/rtl8380_zyxel_gs1900-10hp-b1.dts [new file with mode: 0644]
target/linux/realtek/image/rtl838x.mk