Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 662f248

Browse files
mshychjwrdegoede
authored andcommitted
platform/mellanox: Add support for new SN2201 system
The SN2201 is a highly integrated for one rack unit system with L3 management switches. It has 48 x 1Gbps RJ45 + 4 x 100G QSFP28 ports in a compact 1RU form factor. The system also including a serial port (RS-232 interface), an OOB port (1G/100M MDI interface) and USB ports for management functions. The processor used on SN2201 is Intel Atom®Processor C Series, C3338R which is one of the Denverton product families. System equipped with Nvidia®Spectrum-1 32x100GbE Ethernet switch. Features: - 48 ports RJ45 support 10/100/1000M speed. - Support 4 QSFP28 ports with 10/25/40/50/100G. - A USB port is available on SN2201. This port is used for image and File Management purposes - backing up and restoring images and config files - Provides flow control mechanism to ensure zero packet loss. Uses backpressure for half-duplex operation and IEEE802.3x for full duplex operation. - Cut-through and Store-and-Forward free switching mechanism. By default the mode is cut-through. - Standard 1U chassis height. - 19" rack mountable. - Extensive system LED and per port LEDs. - Redundant power supply. - 2 x AC Power Supply (one PSU is default, second PSU is optional). Signed-off-by: Michael Shych <[email protected]> Reviewed-by: Vadim Pasternak <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Hans de Goede <[email protected]>
1 parent abcebcd commit 662f248

File tree

3 files changed

+1279
-0
lines changed

3 files changed

+1279
-0
lines changed

drivers/platform/mellanox/Kconfig

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,21 @@ config MLXBF_PMC
7878
to performance monitoring counters within various blocks in the
7979
Mellanox BlueField SoC via a sysfs interface.
8080

81+
config NVSW_SN2201
82+
tristate "Nvidia SN2201 platform driver support"
83+
depends on REGMAP
84+
depends on HWMON
85+
depends on I2C
86+
depends on REGMAP_I2C
87+
help
88+
This driver provides support for the Nvidia SN2201 platfom.
89+
The SN2201 is a highly integrated for one rack unit system with
90+
L3 management switches. It has 48 x 1Gbps RJ45 + 4 x 100G QSFP28
91+
ports in a compact 1RU form factor. The system also including a
92+
serial port (RS-232 interface), an OOB port (1G/100M MDI interface)
93+
and USB ports for management functions.
94+
The processor used on SN2201 is Intel Atom®Processor C Series,
95+
C3338R which is one of the Denverton product families.
96+
System equipped with Nvidia®Spectrum-1 32x100GbE Ethernet switch.
97+
8198
endif # MELLANOX_PLATFORM

drivers/platform/mellanox/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ obj-$(CONFIG_MLXBF_TMFIFO) += mlxbf-tmfifo.o
99
obj-$(CONFIG_MLXREG_HOTPLUG) += mlxreg-hotplug.o
1010
obj-$(CONFIG_MLXREG_IO) += mlxreg-io.o
1111
obj-$(CONFIG_MLXREG_LC) += mlxreg-lc.o
12+
obj-$(CONFIG_NVSW_SN2201) += nvsw-sn2201.o

0 commit comments

Comments
 (0)