configurations: add Terminus NIC configurations
Add Terminus NIC configurations for supporting NIC temperature sensor
reading.
Change-Id: Ia2a891c40c36df0ef232ee76bff93266bdae5f72
Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>
diff --git a/configurations/terminus_2x100g_nic_tsff.json b/configurations/terminus_2x100g_nic_tsff.json
new file mode 100644
index 0000000..9a8ad0d
--- /dev/null
+++ b/configurations/terminus_2x100g_nic_tsff.json
@@ -0,0 +1,37 @@
+{
+ "Exposes": [
+ {
+ "Address": "$address",
+ "Bus": "$bus",
+ "Name": "TERMINUS NIC FRU $bus",
+ "Type": "EEPROM"
+ },
+ {
+ "Address": "0x3c",
+ "Bus": "$bus",
+ "Labels": [
+ "temp1"
+ ],
+ "Name": "NIC TEMP $bus",
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Index": 2,
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 105
+ }
+ ],
+ "Type": "EMC1403"
+ }
+ ],
+ "Name": "TERMINUS NIC FRU $bus",
+ "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'Terminus 2x100G NIC TSFF'})",
+ "Type": "Board",
+ "xyz.openbmc_project.Inventory.Decorator.Asset": {
+ "Manufacturer": "$BOARD_MANUFACTURER",
+ "Model": "$BOARD_PRODUCT_NAME",
+ "PartNumber": "$BOARD_PART_NUMBER",
+ "SerialNumber": "$BOARD_SERIAL_NUMBER"
+ }
+}
diff --git a/meson.build b/meson.build
index fe6e491..ac8b2e3 100644
--- a/meson.build
+++ b/meson.build
@@ -183,6 +183,7 @@
'storm_king.json',
'stp_baseboard.json',
'stp_p4000_chassis.json',
+ 'terminus_2x100g_nic_tsff.json',
'tola.json',
'twinlake.json',
'tyan_s7106_baseboard.json',