mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
Add support for FOXNEO FNS-1200P (RTL8372, 4x2.5G PoE+ + 2x SFP+)
- machine.c/h: add MACHINE_FNS1200P with verified GPIO assignments for both SFP ports, LED SET0 (amber 2.5G / green 1G-100M-10M) and SET1 (SFP all-speeds), led_mux from original firmware register dump, and machine_custom_init() enabling LED_GLB_IO_EN bit 6 - doc/devices/FNS-1200P.md: device overview, port layout, serial console (S1 three through-holes = UART0 115200 8N1 3.3V), LED and SFP GPIO tables - doc/devices/photos/FNS-1200P/: chassis front panel and PCB top photos - doc/supported_devices.md: add FNS-1200P to the list GPIO assignments and LED register values were cross-checked between live GPIO observation (RTLPlayground gpio command) and an original firmware register dump.
This commit is contained in:
@@ -9,6 +9,7 @@ The following devices have been tested and are fully working:
|
||||
- No-Name ZX-SWTGW215AS, managed version of kp-9000-6hx-x, ordered on
|
||||
AliExpress as keepLINK 5+1 port managed
|
||||
- TrendNet TEG-S562 (RTL8372: 4x 2.5GBit + 2x 10GBit SFP+)
|
||||
- FNS-1200P (RTL8372: 4x 2.5GBit + 2x 10GBit SFP+)
|
||||
|
||||
Other device based on RTL8272/3 that may work are described here: [Up-N-Atoms 2.5 GBit RTL Switch hacking guide]
|
||||
(https://github.com/up-n-atom/SWTG118AS)
|
||||
|
||||
Reference in New Issue
Block a user