0
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2025-09-24 17:32:30 +00:00
Files
openwrt/target/linux/realtek/dts/rtl8380_zyxel_gs1900-8hp-b1.dts
Stijn Segers d205878ede realtek: rtl838x: rename GS1900 series v1/v2 to A1/B1
Zyxel labels their switch revisions A1, B1, ... and not v1, v2, ...
Rename the devices as such in OpenWrt to match the labels. Of note:
the first (A1) revision is never labeled as such on the label, just
in the web UI. Provide compatibles for seamless sysupgrade.

For a recent overview of Zyxel GS1900 series revisions, see the
table linked in https://forum.openwrt.org/t//57875/3874.

Signed-off-by: Stijn Segers <foss@volatilesystems.org>
Link: https://github.com/openwrt/openwrt/pull/20118
Signed-off-by: Robert Marko <robimarko@gmail.com>
2025-09-24 13:41:04 +02:00

14 lines
263 B
Plaintext

// SPDX-License-Identifier: GPL-2.0-or-later
#include "rtl8380_zyxel_gs1900.dtsi"
#include "rtl8380_zyxel_gs1900_gpio.dtsi"
/ {
compatible = "zyxel,gs1900-8hp-b1", "realtek,rtl838x-soc";
model = "Zyxel GS1900-8HP B1 Switch";
};
&uart1 {
status = "okay";
};