[openwrt/openwrt] realtek: add support for ZyXEL GS1900-24E

LEDE Commits lede-commits at lists.infradead.org
Mon Jun 6 02:03:47 PDT 2022


svanheule pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/b515ad10a6e1bd5c5da0ea95366fb19c92a75dea

commit b515ad10a6e1bd5c5da0ea95366fb19c92a75dea
Author: Raylynn Knight <rayknight at me.com>
AuthorDate: Mon May 16 23:15:54 2022 -0400

    realtek: add support for ZyXEL GS1900-24E
    
    The ZyXEL GS1900-24E is a 24 port gigabit switch similar to other GS1900
    switches.
    
    Specifications
    --------------
    * Device:    ZyXEL GS1900-24E
    * SoC:       Realtek RTL8382M 500 MHz MIPS 4KEc
    * Flash:     16 MiB Macronix MX25L12835F
    * RAM:       128 MiB DDR2 SDRAM Nanya NT5TU128M8GE
    * Ethernet:  24x 10/100/1000 Mbps
    * LEDs:      1 PWR LED (green, not configurable)
                 1 SYS LED (green, configurable)
                 24 ethernet port link/activity LEDs (green, SoC controlled)
    * Buttons:   1 "RESET" button on front panel
    * Switch:    1 Power switch on rear of device
    * Power      120-240V AC C13
    * UART:      1 serial header (JP2) with populated standard pin connector on
                 the left side of the PCB.
                 Pinout (front to back):
                 + Pin 1 - VCC marked with white dot
                 + Pin 2 - RX
                 + Pin 3 - TX
                 + PIn 4 - GND
    
    Serial connection parameters:  115200 8N1.
    
    Installation
    ------------
    
    OEM upgrade method:
    
    * Log in to OEM management web interface
    * Navigate to Maintenance > Firmware
    * Select the HTTP radio button
    * Select the Active radio button
    * Use the browse button to locate the
    realtek-rtl838x-zyxel_gs1900-24e-initramfs-kernel.bin
    file and select open so File Path is updated with filename.
    * Select the Apply button. Screen will display "Prepare
    for firmware upgrade ...".
    *Wait until screen shows "Do you really want to reboot?"
    then select the OK button
    * Once OpenWrt has booted, scp the sysupgrade image to /tmp and flash it:
       > sysupgrade -n /tmp/realtek-rtl838x-zyxel_gs1900-24e-squashfs-sysupgrade.bin
       it may be necessary to restart the network (/etc/init.d/network restart) on
       the running initramfs image.
    
    U-Boot TFTP method:
    
    * Configure your client with a static 192.168.1.x IP (e.g. 192.168.1.10).
    * Set up a TFTP server on your client and make it serve the initramfs image.
    * Connect serial, power up the switch, interrupt U-boot by hitting the
      space bar, and enable the network:
       > rtk network on
    * Since the GS1900-24E is a dual-partition device, you want to keep the OEM
      firmware on the backup partition for the time being. OpenWrt can only boot
      from the first partition anyway (hardcoded in the DTS). To make sure we are
      manipulating the first partition, issue the following commands:
      > setsys bootpartition 0
      > savesys
    * Download the image onto the device and boot from it:
       > tftpboot 0x84f00000 192.168.1.10:openwrt-realtek-rtl838x-zyxel_gs1900-24e-initramfs-kernel.bin
       > bootm
    * Once OpenWrt has booted, scp the sysupgrade image to /tmp and flash it:
       > sysupgrade -n /tmp/openwrt-realtek-rtl838x-zyxel_gs1900-24e-squashfs-sysupgrade.bin
       it may be necessary to restart the network (/etc/init.d/network restart) on
       the running initramfs image.
    
    Signed-off-by: Raylynn Knight <rayknight at me.com>
---
 package/boot/uboot-envtools/files/realtek          |  1 +
 .../realtek/dts-5.10/rtl8382_zyxel_gs1900-24e.dts  | 63 ++++++++++++++++++++++
 target/linux/realtek/image/rtl838x.mk              |  8 +++
 3 files changed, 72 insertions(+)

diff --git a/package/boot/uboot-envtools/files/realtek b/package/boot/uboot-envtools/files/realtek
index 99a73a6ab1..af48d27078 100644
--- a/package/boot/uboot-envtools/files/realtek
+++ b/package/boot/uboot-envtools/files/realtek
@@ -17,6 +17,7 @@ zyxel,gs1900-8hp-v2|\
 zyxel,gs1900-10hp|\
 zyxel,gs1900-16|\
 zyxel,gs1900-24-v1|\
+zyxel,gs1900-24e|\
 zyxel,gs1900-24hp-v1|\
 zyxel,gs1900-24hp-v2)
 	idx="$(find_mtd_index u-boot-env)"
diff --git a/target/linux/realtek/dts-5.10/rtl8382_zyxel_gs1900-24e.dts b/target/linux/realtek/dts-5.10/rtl8382_zyxel_gs1900-24e.dts
new file mode 100644
index 0000000000..3d00034a3b
--- /dev/null
+++ b/target/linux/realtek/dts-5.10/rtl8382_zyxel_gs1900-24e.dts
@@ -0,0 +1,63 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#include "rtl8380_zyxel_gs1900.dtsi"
+
+/ {
+	compatible = "zyxel,gs1900-24e", "realtek,rtl838x-soc";
+	model = "ZyXEL GS1900-24E";
+};
+
+&mdio {
+	EXTERNAL_PHY(0)
+	EXTERNAL_PHY(1)
+	EXTERNAL_PHY(2)
+	EXTERNAL_PHY(3)
+	EXTERNAL_PHY(4)
+	EXTERNAL_PHY(5)
+	EXTERNAL_PHY(6)
+	EXTERNAL_PHY(7)
+
+	EXTERNAL_PHY(16)
+	EXTERNAL_PHY(17)
+	EXTERNAL_PHY(18)
+	EXTERNAL_PHY(19)
+	EXTERNAL_PHY(20)
+	EXTERNAL_PHY(21)
+	EXTERNAL_PHY(22)
+	EXTERNAL_PHY(23)
+};
+
+&switch0 {
+	ports {
+		SWITCH_PORT(1, 1, qsgmii)
+		SWITCH_PORT(0, 2, qsgmii)
+		SWITCH_PORT(3, 3, qsgmii)
+		SWITCH_PORT(2, 4, qsgmii)
+		SWITCH_PORT(5, 5, qsgmii)
+		SWITCH_PORT(4, 6, qsgmii)
+		SWITCH_PORT(7, 7, qsgmii)
+		SWITCH_PORT(6, 8, qsgmii)
+
+		SWITCH_PORT(9, 9, internal)
+		SWITCH_PORT(8, 10, internal)
+		SWITCH_PORT(11, 11, internal)
+		SWITCH_PORT(10, 12, internal)
+		SWITCH_PORT(13, 13, internal)
+		SWITCH_PORT(12, 14, internal)
+		SWITCH_PORT(15, 15, internal)
+		SWITCH_PORT(14, 16, internal)
+
+		SWITCH_PORT(17, 17, qsgmii)
+		SWITCH_PORT(16, 18, qsgmii)
+		SWITCH_PORT(19, 19, qsgmii)
+		SWITCH_PORT(18, 20, qsgmii)
+		SWITCH_PORT(21, 21, qsgmii)
+		SWITCH_PORT(20, 22, qsgmii)
+		SWITCH_PORT(23, 23, qsgmii)
+		SWITCH_PORT(22, 24, qsgmii)
+	};
+};
+
+&gpio1 {
+	/delete-node/ poe_enable;
+};
diff --git a/target/linux/realtek/image/rtl838x.mk b/target/linux/realtek/image/rtl838x.mk
index e17dc8c62d..289e37db16 100644
--- a/target/linux/realtek/image/rtl838x.mk
+++ b/target/linux/realtek/image/rtl838x.mk
@@ -153,6 +153,14 @@ define Device/zyxel_gs1900-24-v1
 endef
 TARGET_DEVICES += zyxel_gs1900-24-v1
 
+define Device/zyxel_gs1900-24e
+  $(Device/zyxel_gs1900)
+  SOC := rtl8382
+  DEVICE_MODEL := GS1900-24E
+  ZYXEL_VERS := AAHK
+endef
+TARGET_DEVICES += zyxel_gs1900-24e
+
 define Device/zyxel_gs1900-24hp-v1
   $(Device/zyxel_gs1900)
   SOC := rtl8382




More information about the lede-commits mailing list