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_pdb.json b/configurations/minerva_pdb.json
new file mode 100644
index 0000000..e1fd42d
--- /dev/null
+++ b/configurations/minerva_pdb.json
@@ -0,0 +1,57 @@
+{
+ "Exposes": [
+ {
+ "Address": "0x49",
+ "Bus": 4,
+ "Name": "PDB_TEMP_C",
+ "Type": "TMP75"
+ },
+ {
+ "Address": "0x44",
+ "Bus": 4,
+ "Labels": [
+ "iout1",
+ "pin",
+ "temp1",
+ "vin",
+ "vout1"
+ ],
+ "Name": "PDB_HSC",
+ "Type": "pmbus",
+ "iout1_Name": "PDB_HSC_CURR_A",
+ "pin_Name": "PDB_HSC_PWR_W",
+ "temp1_Name": "PDB_HSC_TEMP_C",
+ "vin_Name": "PDB_HSC_VIN_VOLT_V",
+ "vout1_Name": "PDB_HSC_VOUT_VOLT_V"
+ },
+ {
+ "Address": "0x69",
+ "Bus": 4,
+ "Labels": [
+ "iout1",
+ "pin",
+ "pout1",
+ "temp1",
+ "vin",
+ "vout1"
+ ],
+ "Name": "PDB_BRICK",
+ "Type": "pmbus",
+ "iout1_Name": "PDB_BRICK_CURR_A",
+ "pin_Name": "PDB_BRICK_PIN_PWR_W",
+ "pout1_Name": "PDB_BRICK_POUT_PWR_W",
+ "temp1_Name": "PDB_BRICK_TEMP_C",
+ "vin_Name": "PDB_BRICK_VIN_VOLT_V",
+ "vout1_Name": "PDB_BRICK_VOUT_VOLT_V"
+ }
+ ],
+ "Name": "Minerva PDB",
+ "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'Minerva PDB '})",
+ "Type": "Board",
+ "xyz.openbmc_project.Inventory.Decorator.Asset": {
+ "Manufacturer": "$PRODUCT_MANUFACTURER",
+ "Model": "$PRODUCT_PRODUCT_NAME",
+ "PartNumber": "$PRODUCT_PART_NUMBER",
+ "SerialNumber": "$PRODUCT_SERIAL_NUMBER"
+ }
+}