From 0f74aa4016475725f851c62e50a1f424b272fd50 Mon Sep 17 00:00:00 2001 From: Sander Ploegsma Date: Mon, 20 Oct 2025 21:23:03 +0200 Subject: [PATCH 1/4] Add Dell Mellanox ConnectX-6 DX module type --- module-types/Dell/540-BCXN.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 module-types/Dell/540-BCXN.yaml diff --git a/module-types/Dell/540-BCXN.yaml b/module-types/Dell/540-BCXN.yaml new file mode 100644 index 0000000000..cac7653f99 --- /dev/null +++ b/module-types/Dell/540-BCXN.yaml @@ -0,0 +1,14 @@ +--- +manufacturer: Dell +model: 540-BCXN +part_number: 540-BCXN +comments: Mellanox ConnectX-6 DX Dual Port 100GbE QSFP56 Network Adapter, Low Profile +interfaces: + - name: '{module}-100GbE-1' + type: 100gbase-x-qsfp28 + label: '1' + mgmt_only: false + - name: '{module}-100GbE-2' + type: 100gbase-x-qsfp28 + label: '2' + mgmt_only: false From 5e3e8b5452ffc7780c5a85101e022a55f69ae89b Mon Sep 17 00:00:00 2001 From: Sander Ploegsma Date: Mon, 20 Oct 2025 21:25:25 +0200 Subject: [PATCH 2/4] Add Dell Broadcom 57412 module type --- module-types/Dell/540-BCNT.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 module-types/Dell/540-BCNT.yaml diff --git a/module-types/Dell/540-BCNT.yaml b/module-types/Dell/540-BCNT.yaml new file mode 100644 index 0000000000..6c566fb580 --- /dev/null +++ b/module-types/Dell/540-BCNT.yaml @@ -0,0 +1,14 @@ +--- +manufacturer: Dell +model: 540-BCNT +part_number: 540-BCNT +comments: Broadcom 57412 Dual Port 10GbE SFP+, OCP NIC 3.0 +interfaces: + - name: '{module}-10GbE-1' + type: 10gbase-x-sfpp + label: '1' + mgmt_only: false + - name: '{module}-10GbE-2' + type: 10gbase-x-sfpp + label: '2' + mgmt_only: false From 2d64ced8ad63166c3a21b3d3d33257e451b6b53e Mon Sep 17 00:00:00 2001 From: Sander Ploegsma Date: Mon, 20 Oct 2025 21:30:52 +0200 Subject: [PATCH 3/4] Use correct part numbers --- module-types/Dell/{540-BCNT.yaml => CP610.yaml} | 4 ++-- module-types/Dell/{540-BCXN.yaml => F6FXM.yaml} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename module-types/Dell/{540-BCNT.yaml => CP610.yaml} (87%) rename module-types/Dell/{540-BCXN.yaml => F6FXM.yaml} (89%) diff --git a/module-types/Dell/540-BCNT.yaml b/module-types/Dell/CP610.yaml similarity index 87% rename from module-types/Dell/540-BCNT.yaml rename to module-types/Dell/CP610.yaml index 6c566fb580..de6de61aa1 100644 --- a/module-types/Dell/540-BCNT.yaml +++ b/module-types/Dell/CP610.yaml @@ -1,7 +1,7 @@ --- manufacturer: Dell -model: 540-BCNT -part_number: 540-BCNT +model: CP610 +part_number: CP610 comments: Broadcom 57412 Dual Port 10GbE SFP+, OCP NIC 3.0 interfaces: - name: '{module}-10GbE-1' diff --git a/module-types/Dell/540-BCXN.yaml b/module-types/Dell/F6FXM.yaml similarity index 89% rename from module-types/Dell/540-BCXN.yaml rename to module-types/Dell/F6FXM.yaml index cac7653f99..53d6dc8df2 100644 --- a/module-types/Dell/540-BCXN.yaml +++ b/module-types/Dell/F6FXM.yaml @@ -1,7 +1,7 @@ --- manufacturer: Dell -model: 540-BCXN -part_number: 540-BCXN +model: F6FXM +part_number: F6FXM comments: Mellanox ConnectX-6 DX Dual Port 100GbE QSFP56 Network Adapter, Low Profile interfaces: - name: '{module}-100GbE-1' From 6d06445da68ccfab64ae8b5d3428b9b4f5129cf2 Mon Sep 17 00:00:00 2001 From: Sander Ploegsma Date: Mon, 20 Oct 2025 21:45:23 +0200 Subject: [PATCH 4/4] Add Dell Broadcom 57414 module type --- module-types/Dell/24FG6.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 module-types/Dell/24FG6.yaml diff --git a/module-types/Dell/24FG6.yaml b/module-types/Dell/24FG6.yaml new file mode 100644 index 0000000000..3ac21972f5 --- /dev/null +++ b/module-types/Dell/24FG6.yaml @@ -0,0 +1,14 @@ +--- +manufacturer: Dell +model: 24FG6 +part_number: 24FG6 +comments: Broadcom 57414 Dual Port 10/25GbE SFP28, OCP NIC 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