From 555ab7323621bd092e78557cf839bd39986d52f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Viitam=C3=A4ki?= Date: Thu, 21 Aug 2025 12:40:19 +0200 Subject: [PATCH] Two DELL OCP 3.0 NICs (#3427) * Two DELL OCP 3.0 NICs * adding new line EOF --- module-types/Dell/540-BFLP.yaml | 14 ++++++++++++++ module-types/Dell/540-BFNV.yaml | 14 ++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 module-types/Dell/540-BFLP.yaml create mode 100644 module-types/Dell/540-BFNV.yaml diff --git a/module-types/Dell/540-BFLP.yaml b/module-types/Dell/540-BFLP.yaml new file mode 100644 index 00000000..46db72ad --- /dev/null +++ b/module-types/Dell/540-BFLP.yaml @@ -0,0 +1,14 @@ +--- +manufacturer: Dell +model: 540-BFLP +part_number: 540-BFLP +comments: Dell NVIDIA ConnectX-6 Lx Dual Port 25GbE SFP28 Adapter (OCP 3.0) +interfaces: + - name: '{module}-25GbE-1' + type: 25gbase-x-sfp28 + label: '1' + mgmt_only: false + - name: '{module}-25GbE-2' + type: 25gbase-x-sfp28 + label: '2' + mgmt_only: false diff --git a/module-types/Dell/540-BFNV.yaml b/module-types/Dell/540-BFNV.yaml new file mode 100644 index 00000000..4886299d --- /dev/null +++ b/module-types/Dell/540-BFNV.yaml @@ -0,0 +1,14 @@ +--- +manufacturer: Dell +model: 540-BFNV +part_number: 540-BFNV +comments: Dell Intel Ethernet E610-XAT2 Dual Port 10GbE BASE-T Adapter (OCP 3.0) +interfaces: + - name: '{module}-10GbE-1' + type: 10gbase-t + label: '1' + mgmt_only: false + - name: '{module}-10GbE-2' + type: 10gbase-t + label: '2' + mgmt_only: false