blob: a5150bf7f91607cba7931984b75b7c0a618ea072 [file] [log] [blame]
Potin Laibdc76da2024-05-15 16:24:06 +08001{
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,
Potin Laid29ec7f2025-01-14 19:28:00 +080012 "Name": "FIOBOARD_INLET_TEMP_C",
Potin Lai18a61cb2024-09-11 09:15:36 +080013 "Thresholds": [
14 {
15 "Direction": "greater than",
Potin Lai00dd1412024-12-23 10:24:55 +080016 "Hysteresis": 0.9,
Potin Lai18a61cb2024-09-11 09:15:36 +080017 "Name": "upper critical",
18 "Severity": 1,
19 "Value": 45
20 },
21 {
22 "Direction": "less than",
Potin Lai00dd1412024-12-23 10:24:55 +080023 "Hysteresis": 0.1,
Potin Lai18a61cb2024-09-11 09:15:36 +080024 "Name": "lower critical",
25 "Severity": 1,
26 "Value": 5
27 }
28 ],
Potin Laibdc76da2024-05-15 16:24:06 +080029 "Type": "TMP75"
30 },
31 {
32 "Address": "0x4f",
33 "Bus": 23,
Potin Laid29ec7f2025-01-14 19:28:00 +080034 "Name": "FIOBOARD_REMOTE_INLET_TEMP_C",
Potin Lai18a61cb2024-09-11 09:15:36 +080035 "Thresholds": [
36 {
37 "Direction": "greater than",
Potin Lai00dd1412024-12-23 10:24:55 +080038 "Hysteresis": 0.9,
Potin Lai18a61cb2024-09-11 09:15:36 +080039 "Name": "upper critical",
40 "Severity": 1,
41 "Value": 45
42 },
43 {
44 "Direction": "less than",
Potin Lai00dd1412024-12-23 10:24:55 +080045 "Hysteresis": 0.1,
Potin Lai18a61cb2024-09-11 09:15:36 +080046 "Name": "lower critical",
47 "Severity": 1,
48 "Value": 5
49 }
50 ],
Potin Laibdc76da2024-05-15 16:24:06 +080051 "Type": "TMP75"
52 }
53 ],
54 "Name": "Catalina FIO",
55 "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'Catalina FIO '})",
56 "Type": "Board",
57 "xyz.openbmc_project.Inventory.Decorator.Asset": {
58 "BuildDate": "$BOARD_MANUFACTURE_DATE",
59 "Manufacturer": "$BOARD_MANUFACTURER",
60 "Model": "$BOARD_PRODUCT_NAME",
61 "PartNumber": "$BOARD_PART_NUMBER",
62 "SerialNumber": "$BOARD_SERIAL_NUMBER",
63 "SparePartNumber": "$BOARD_INFO_AM1"
64 },
65 "xyz.openbmc_project.Inventory.Decorator.AssetTag": {
66 "AssetTag": "$PRODUCT_ASSET_TAG"
67 },
68 "xyz.openbmc_project.Inventory.Decorator.Revision": {
69 "Version": "$PRODUCT_VERSION"
70 }
71}