mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
Add support for the ZX_SWTGW215AS device built by Hasivo
The device is sold under the name ZX_SWTGW215AS without necessarily a Hasivo branding, however the firmware and the PCB are marked with Hasivo. The PCB is marked Hasivo RTL_SGT-1SX V1.5 SoC: RTL8372 Ethernet: 5 x 2.5GBit (RTL8221B + 4*SoC) SFP+: 1x 10GBit (SoC) The device has a slider switch and a reset button. Reset: GPIO 54 (active-low) Slider: GPIO 51 (right is high)
This commit is contained in:
@@ -6,12 +6,13 @@
|
||||
/*
|
||||
* Select your machine type below
|
||||
*/
|
||||
#define MACHINE_KP_9000_6XHML_X2
|
||||
// #define MACHINE_KP_9000_6XHML_X2
|
||||
// #define MACHINE_KP_9000_6XH_X
|
||||
// #define MACHINE_KP_9000_9XH_X_EU
|
||||
// #define MACHINE_SWGT024_V2_0
|
||||
// #define MACHINE_HORACO_ZX_SG4T2
|
||||
// #define MACHINE_HG0402XG_V1_1
|
||||
#define MACHINE_ZX_SWTGW215AS_HASIVO
|
||||
// #define DEFAULT_8C_1SFP
|
||||
|
||||
// #define DEFAULT_5C_1SFP
|
||||
|
||||
Reference in New Issue
Block a user