configurations: Add Minerva Harma system
Introduce initial configuration files for Minerva Harma system
- harma_bsm: BMC storage module
- harma_fanboard: Fan board
- harma_mb: Motherboard
- harma_nic: NIC Mezz
- harma_scm: SCM board
- minerva_pdb: PDB board
- minerva_pttv: Power and thermal test vehicle
- minerva_sitv: Signal integrity test vehicle
Signed-off-by: Potin Lai <potin.lai@quantatw.com>
Change-Id: I7ff14af2d07c21c58b540499b598547c979339f6
diff --git a/configurations/minerva_pttv.json b/configurations/minerva_pttv.json
new file mode 100644
index 0000000..c41ee4a
--- /dev/null
+++ b/configurations/minerva_pttv.json
@@ -0,0 +1,155 @@
+{
+ "Exposes": [
+ {
+ "Address": "0x1d",
+ "Bus": 26,
+ "Labels": [
+ "in0",
+ "in1",
+ "in2",
+ "in3",
+ "in4",
+ "in5",
+ "in6"
+ ],
+ "Name": "PTTV_ADC",
+ "Type": "ADC128D818",
+ "in0_Name": "PTTV_ADC_P46V_0_VOLT_V",
+ "in0_Scale": 43.233563571,
+ "in1_Name": "PTTV_ADC_P46V_1_VOLT_V",
+ "in1_Scale": 43.233563571,
+ "in2_Name": "PTTV_ADC_P46V_2_VOLT_V",
+ "in2_Scale": 43.233563571,
+ "in3_Name": "PTTV_ADC_P46V_3_VOLT_V",
+ "in3_Scale": 43.233563571,
+ "in4_Name": "PTTV_ADC_P48V_VOLT_V",
+ "in4_Scale": 41.32231405,
+ "in5_Name": "PTTV_ADC_P5V_AUX_VOLT_V",
+ "in5_Scale": 281.29395218,
+ "in6_Name": "PTTV_ADC_P3V3_AUX_VOLT_V",
+ "in6_Scale": 500
+ },
+ {
+ "Address": "0x44",
+ "Bus": 26,
+ "Labels": [
+ "in1",
+ "curr1",
+ "power1"
+ ],
+ "Name": "PTTY_P48V_VR",
+ "Type": "INA238",
+ "curr1_Name": "PTTY_P48V_VR_CURR_A",
+ "in1_Name": "PTTY_P48V_VR_VOLT_V",
+ "power1_Name": "PTTY_P48V_VR_PWR_W"
+ },
+ {
+ "Address": "0x45",
+ "Bus": 26,
+ "Labels": [
+ "in1",
+ "curr1",
+ "power1"
+ ],
+ "Name": "PTTY_P48V",
+ "Type": "INA238",
+ "curr1_Name": "PTTY_P48V_CURR_A",
+ "in1_Name": "PTTY_P48V_VOLT_V",
+ "power1_Name": "PTTY_P48V_PWR_W"
+ },
+ {
+ "Address": "0x60",
+ "Bus": 24,
+ "Name": "PTTV_THRMCUP_REF_TEMP_C",
+ "Type": "MCP9600"
+ },
+ {
+ "Address": "0x62",
+ "Bus": 24,
+ "Name": "PTTV_THRMCUP_IOA_TEMP_C",
+ "Type": "MCP9600"
+ },
+ {
+ "Address": "0x63",
+ "Bus": 24,
+ "Name": "PTTV_THRMCUP_IOB_TEMP_C",
+ "Type": "MCP9600"
+ },
+ {
+ "Address": "0x64",
+ "Bus": 24,
+ "Name": "PTTV_THRMCUP_HBM4_TEMP_C",
+ "Type": "MCP9600"
+ },
+ {
+ "Address": "0x65",
+ "Bus": 24,
+ "Name": "PTTV_THRMCUP_HBM5_TEMP_C",
+ "Type": "MCP9600"
+ },
+ {
+ "Address": "0x66",
+ "Bus": 24,
+ "Name": "PTTV_THRMCUP_HBM6_TEMP_C",
+ "Type": "MCP9600"
+ },
+ {
+ "Address": "0x67",
+ "Bus": 24,
+ "Name": "PTTV_THRMCUP_CORE_TEMP_C",
+ "Type": "MCP9600"
+ },
+ {
+ "Address": "0x64",
+ "Bus": 25,
+ "Name": "PTTV_THRMCUP_HBM1_TEMP_C",
+ "Type": "MCP9600"
+ },
+ {
+ "Address": "0x65",
+ "Bus": 25,
+ "Name": "PTTV_THRMCUP_HBM2_TEMP_C",
+ "Type": "MCP9600"
+ },
+ {
+ "Address": "0x66",
+ "Bus": 25,
+ "Name": "PTTV_THRMCUP_HBM3_TEMP_C",
+ "Type": "MCP9600"
+ },
+ {
+ "Address": "0x49",
+ "Bus": 26,
+ "Name": "PTTV_TMP75_92_TEMP_C",
+ "Type": "TMP75"
+ },
+ {
+ "Address": "0x4A",
+ "Bus": 26,
+ "Name": "PTTV_TMP75_94_TEMP_C",
+ "Type": "TMP75"
+ },
+ {
+ "Address": "0x4B",
+ "Bus": 26,
+ "Name": "PTTV_TMP75_96_TEMP_C",
+ "Type": "TMP75"
+ },
+ {
+ "Address": "0x4C",
+ "Bus": 26,
+ "Name": "PTTV_TMP75_98_TEMP_C",
+ "Type": "TMP75"
+ }
+ ],
+ /* Power and thermal test vehicle board */
+ "Name": "Minerva PTTV",
+ "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'Minerva PTTV '})",
+ "Type": "Board",
+ "xyz.openbmc_project.Inventory.Decorator.Asset": {
+ "Manufacturer": "$PRODUCT_MANUFACTURER",
+ "Model": "$PRODUCT_PRODUCT_NAME",
+ "PartNumber": "$PRODUCT_PART_NUMBER",
+ "SerialNumber": "$PRODUCT_SERIAL_NUMBER"
+ }
+}