-
Notifications
You must be signed in to change notification settings - Fork 10
/
psu.json
34 lines (34 loc) · 1.16 KB
/
psu.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"inventoryPMBusAccessType": "HwmonDeviceDebug",
"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": "ccin",
"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/3-0069",
"/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1": "/sys/bus/i2c/devices/3-0068"
}
}