that turned out to be a new in the box DELLEMC VEP1425
Nice, I'm kinda curious what board ID/type the CPLD reports, if it's the same as the Edge 620, it should be 0x28. If you want to humor me, you can run the command "i2cget -y 1 0x31 0x0" in Linux or "smbmsg -f /dev/smb1 -s 0x62 -c 0x00 -i 1" in FreeBSD (where 1 or smb1 is the number of the i2c bus with the CPLD on it), or if you are installing OPNsense on it, you could install the plugin I wrote and activate the widget to get that info in the web UI dashboard.
Speaking of which, I have managed to build some custom serial images for OPNsense 26.7.2 for these devices.
VEP1400 link
VEP1400-X link
Plugin pkg link
Both images have the patched kernel to setup the Marvell chip in the VEP1400/610 and the vep1400 plugin preinstalled, the VEP1400 image has the extra loader.conf hints to "point" at the switch and a non-default kernel path to prevent the loader from booting an upgraded (non-patched) kernel. During boot-up the init script will configure the switch and display a message like so:
One thing to note: there is a brief period of time between the kernel initializing the switch and the script running where the switch is in a "dumb switch" mode where all ports are connected, this period is slightly longer (still under a minute) on the live/install media because of all the first-boot setup/import helpers. If this is a concern, unplug the WAN from port 6 during boot in the installer or use one of the SFP ports (ix2 or ix3) for the WAN.
The VEP1400-X image is just the patched kernel, vanilla base and the vep1400 plugin to set things up, and it's ok to boot an upgraded kernel on those (there is no loader.conf.local keeping it to a particular kernel).
The pkg link is just for the plugin itself, if you want to download an official serial image and can figure out how to get the plugin onto the box (over network or USB) and then do a "pkg add (filename)" on the console or SSH.
Also, if anyone has a 640 or 680 for plugin testing (that's already running OPNsense or is available to run it), I would appreciate it if you could report your board ID to me for a small cosmetic fix. The hardware widget right now will report two fans, even on a 620/1425 that has one fan. I'd like to know the board ID for those with two actual fans to see if that is something I can detect for, so that I can hide the "phantom" fan in the UI for a 620.