mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2025-09-24 17:32:30 +00:00
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>
14 lines
263 B
Plaintext
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-a1", "realtek,rtl838x-soc";
|
|
model = "Zyxel GS1900-8HP A1 Switch";
|
|
};
|
|
|
|
&uart1 {
|
|
status = "okay";
|
|
};
|