diff --git a/gso/utils/device_info.py b/gso/utils/device_info.py
index cfc81d06562775bf7709a6d7fbc68e4f884618c4..800d56779ae607a16a50a430a88a024f9cbdeb66 100644
--- a/gso/utils/device_info.py
+++ b/gso/utils/device_info.py
@@ -32,6 +32,13 @@ class TierInfo:
             breakout_interfaces_per_slot=[36, 35, 34, 33],
             total_10g_interfaces=60,
         )
+        self.tier3 = ModuleInfo(
+            device_type="7750 SR2-se",
+            module_bays_slots=[1, 2],
+            module_type="XCMC-2SE-2",
+            breakout_interfaces_per_slot=[36, 35, 34, 33],
+            total_10g_interfaces=76,
+        )
 
     def get_module_by_name(self, name: str) -> ModuleInfo:
         """Retrieve a module by name."""