| { |
| "Exposes": [ |
| { |
| "Address": "$address", |
| "Bus": "$bus", |
| "Name": "PSU$ADDRESS % 4 + 1 FRU", |
| "Type": "EEPROM" |
| }, |
| { |
| "Address": "$ADDRESS % 4 + 88", |
| "Bus": "$bus", |
| "Name": "PSU$ADDRESS % 4 + 1", |
| "PowerScaleFactor": 1000000, |
| "Type": "pmbus" |
| } |
| ], |
| "Name": "ACBEL RICA PSU$ADDRESS % 4 + 1", |
| "Probe": "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': 'R1CA2551B*'})", |
| "Type": "PowerSupply", |
| "xyz.openbmc_project.Inventory.Decorator.Asset": { |
| "Manufacturer": "$PRODUCT_MANUFACTURER", |
| "Model": "$PRODUCT_PRODUCT_NAME", |
| "PartNumber": "$PRODUCT_PART_NUMBER", |
| "SerialNumber": "$PRODUCT_SERIAL_NUMBER" |
| } |
| } |