Potin Lai | bdc76da | 2024-05-15 16:24:06 +0800 | [diff] [blame] | 1 | { |
| 2 | "Exposes": [ |
| 3 | { |
| 4 | "Address": "$address", |
| 5 | "Bus": "$bus", |
| 6 | "Name": "Catalina FIO FRU", |
| 7 | "Type": "EEPROM" |
| 8 | }, |
| 9 | { |
| 10 | "Address": "0x4b", |
| 11 | "Bus": 23, |
| 12 | "Name": "FIOBOARD_TEMP_C", |
Potin Lai | 18a61cb | 2024-09-11 09:15:36 +0800 | [diff] [blame] | 13 | "Thresholds": [ |
| 14 | { |
| 15 | "Direction": "greater than", |
| 16 | "Name": "upper critical", |
| 17 | "Severity": 1, |
| 18 | "Value": 45 |
| 19 | }, |
| 20 | { |
| 21 | "Direction": "less than", |
| 22 | "Name": "lower critical", |
| 23 | "Severity": 1, |
| 24 | "Value": 5 |
| 25 | } |
| 26 | ], |
Potin Lai | bdc76da | 2024-05-15 16:24:06 +0800 | [diff] [blame] | 27 | "Type": "TMP75" |
| 28 | }, |
| 29 | { |
| 30 | "Address": "0x4f", |
| 31 | "Bus": 23, |
| 32 | "Name": "FIOBOARD_REMOTE_TEMP_C", |
Potin Lai | 18a61cb | 2024-09-11 09:15:36 +0800 | [diff] [blame] | 33 | "Thresholds": [ |
| 34 | { |
| 35 | "Direction": "greater than", |
| 36 | "Name": "upper critical", |
| 37 | "Severity": 1, |
| 38 | "Value": 45 |
| 39 | }, |
| 40 | { |
| 41 | "Direction": "less than", |
| 42 | "Name": "lower critical", |
| 43 | "Severity": 1, |
| 44 | "Value": 5 |
| 45 | } |
| 46 | ], |
Potin Lai | bdc76da | 2024-05-15 16:24:06 +0800 | [diff] [blame] | 47 | "Type": "TMP75" |
| 48 | } |
| 49 | ], |
| 50 | "Name": "Catalina FIO", |
| 51 | "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'Catalina FIO '})", |
| 52 | "Type": "Board", |
| 53 | "xyz.openbmc_project.Inventory.Decorator.Asset": { |
| 54 | "BuildDate": "$BOARD_MANUFACTURE_DATE", |
| 55 | "Manufacturer": "$BOARD_MANUFACTURER", |
| 56 | "Model": "$BOARD_PRODUCT_NAME", |
| 57 | "PartNumber": "$BOARD_PART_NUMBER", |
| 58 | "SerialNumber": "$BOARD_SERIAL_NUMBER", |
| 59 | "SparePartNumber": "$BOARD_INFO_AM1" |
| 60 | }, |
| 61 | "xyz.openbmc_project.Inventory.Decorator.AssetTag": { |
| 62 | "AssetTag": "$PRODUCT_ASSET_TAG" |
| 63 | }, |
| 64 | "xyz.openbmc_project.Inventory.Decorator.Revision": { |
| 65 | "Version": "$PRODUCT_VERSION" |
| 66 | } |
| 67 | } |