Zev Weiss | ee4b636 | 2022-02-14 16:01:27 -0800 | [diff] [blame^] | 1 | { |
| 2 | "Exposes": [ |
| 3 | { |
| 4 | "Address": "0x57", |
| 5 | "Bus": "$bus", |
| 6 | "Name": "PSU $index FRU", |
| 7 | "Type": "EEPROM" |
| 8 | }, |
| 9 | { |
| 10 | "Address": "0x40", |
| 11 | "Bus": "$bus", |
| 12 | "Labels": [ |
| 13 | "iin", |
| 14 | "iout1", |
| 15 | "iout2", |
| 16 | "fan1", |
| 17 | "vin", |
| 18 | "vcap", |
| 19 | "vout1", |
| 20 | "vout2", |
| 21 | "pin", |
| 22 | "pout1", |
| 23 | "pout2", |
| 24 | "temp1", |
| 25 | "temp2", |
| 26 | "temp3" |
| 27 | ], |
| 28 | "Name": "PSU $index", |
| 29 | "PollRate": 5.0, |
| 30 | "Type": "pmbus" |
| 31 | } |
| 32 | ], |
| 33 | "Name": "Delta AWF2DC3200W $index", |
| 34 | "Probe": "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': 'AWF2DC3200W'})", |
| 35 | "Type": "PowerSupply", |
| 36 | "xyz.openbmc_project.Inventory.Decorator.Asset": { |
| 37 | "Manufacturer": "$PRODUCT_MANUFACTURER", |
| 38 | "Model": "$PRODUCT_PRODUCT_NAME", |
| 39 | "PartNumber": "$PRODUCT_PART_NUMBER", |
| 40 | "SerialNumber": "$PRODUCT_SERIAL_NUMBER" |
| 41 | } |
| 42 | } |