Initial commit
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
DEVPATH=/sys/bus/i2c/devices/11-0058
|
||||
INSTANCE=0
|
||||
INVENTORY=/system/chassis/motherboard/powersupply0
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
DEVPATH=/sys/bus/i2c/devices/11-0059
|
||||
INSTANCE=1
|
||||
INVENTORY=/system/chassis/motherboard/powersupply1
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"inventoryPMBusAccessType": "Hwmon",
|
||||
"fruConfigs": [
|
||||
{
|
||||
"propertyName": "PartNumber",
|
||||
"fileName": "part_number",
|
||||
"interface": "xyz.openbmc_project.Inventory.Decorator.Asset"
|
||||
},
|
||||
{
|
||||
"propertyName": "SerialNumber",
|
||||
"fileName": "serial_number",
|
||||
"interface": "xyz.openbmc_project.Inventory.Decorator.Asset"
|
||||
},
|
||||
{
|
||||
"propertyName": "Manufacturer",
|
||||
"fileName": "manufacturer",
|
||||
"interface": "xyz.openbmc_project.Inventory.Decorator.Asset"
|
||||
},
|
||||
{
|
||||
"propertyName": "Model",
|
||||
"fileName": "model",
|
||||
"interface": "xyz.openbmc_project.Inventory.Decorator.Asset"
|
||||
},
|
||||
{
|
||||
"propertyName": "Version",
|
||||
"fileName": "fw_version",
|
||||
"interface": "xyz.openbmc_project.Software.Version"
|
||||
}
|
||||
],
|
||||
"psuDevices": {
|
||||
"/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0" : "/sys/bus/i2c/devices/11-0058",
|
||||
"/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1" : "/sys/bus/i2c/devices/11-0059"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user