blob: d62e59ac368551d8c4532d7a944344b6df679aca [file] [log] [blame]
Ed Tanous33832732018-03-14 16:09:14 -07001[
2 {
James Feist1e3e6982018-08-03 16:09:28 -07003 "Exposes": [
Ed Tanous33832732018-03-14 16:09:14 -07004 {
James Feist1e3e6982018-08-03 16:09:28 -07005 "Address": "0x59",
6 "Bus": "$bus",
Cheng C Yang93f67b22019-03-11 15:48:15 +08007 "Name": "PSU2",
8 "Thresholds" : [
9 {
10 "Direction": "greater than",
11 "Label": "pin",
12 "Name": "upper critical",
13 "Severity": 1,
14 "Value": 2149
15 },
16 {
17 "Direction": "greater than",
18 "Label": "pin",
19 "Name": "upper non critical",
20 "Severity": 0,
21 "Value": 1951
22 }
23 ],
James Feistd63d18a2018-07-19 15:23:45 -070024 "Type": "pmbus"
Ed Tanous33832732018-03-14 16:09:14 -070025 },
26 {
James Feist1e3e6982018-08-03 16:09:28 -070027 "Address": "$address",
28 "Bus": "$bus",
James Feistd63d18a2018-07-19 15:23:45 -070029 "Name": "Flextronics S-1100ADU00-201 PSU FRU",
James Feist57cf32d2018-10-15 16:15:36 -070030 "Type": "EEPROM"
Ed Tanous33832732018-03-14 16:09:14 -070031 }
32 ],
James Feistd63d18a2018-07-19 15:23:45 -070033 "Name": "Flextronics S-1100ADU00-201 PSU 2",
James Feist1e3e6982018-08-03 16:09:28 -070034 "Probe": "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': 'S-1100ADU00-201', 'ADDRESS': 81})",
James Feistd63d18a2018-07-19 15:23:45 -070035 "Type": "PowerSupply",
James Feist11be6672018-04-06 14:05:32 -070036 "xyz.openbmc_project.Inventory.Decorator.Asset": {
37 "Manufacturer": "$BOARD_MANUFACTURER",
38 "Model": "$BOARD_PRODUCT_NAME",
39 "PartNumber": "$BOARD_PART_NUMBER",
40 "SerialNumber": "$BOARD_SERIAL_NUMBER"
41 }
Ed Tanous33832732018-03-14 16:09:14 -070042 },
43 {
James Feist1e3e6982018-08-03 16:09:28 -070044 "Exposes": [
Ed Tanous33832732018-03-14 16:09:14 -070045 {
James Feist1e3e6982018-08-03 16:09:28 -070046 "Address": "0x58",
47 "Bus": "$bus",
Cheng C Yang93f67b22019-03-11 15:48:15 +080048 "Name": "PSU1",
49 "Thresholds" : [
50 {
51 "Direction": "greater than",
52 "Label": "pin",
53 "Name": "upper critical",
54 "Severity": 1,
55 "Value": 2149
56 },
57 {
58 "Direction": "greater than",
59 "Label": "pin",
60 "Name": "upper non critical",
61 "Severity": 0,
62 "Value": 1951
63 }
64 ],
James Feistd63d18a2018-07-19 15:23:45 -070065 "Type": "pmbus"
Ed Tanous33832732018-03-14 16:09:14 -070066 },
67 {
James Feist1e3e6982018-08-03 16:09:28 -070068 "Address": "$address",
69 "Bus": "$bus",
James Feistd63d18a2018-07-19 15:23:45 -070070 "Name": "Flextronics S-1100ADU00-201 PSU FRU",
James Feist57cf32d2018-10-15 16:15:36 -070071 "Type": "EEPROM"
Ed Tanous33832732018-03-14 16:09:14 -070072 }
73 ],
James Feistd63d18a2018-07-19 15:23:45 -070074 "Name": "Flextronics S-1100ADU00-201 PSU 1",
James Feist1e3e6982018-08-03 16:09:28 -070075 "Probe": "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': 'S-1100ADU00-201', 'ADDRESS': 80})",
James Feistd63d18a2018-07-19 15:23:45 -070076 "Type": "PowerSupply",
James Feist11be6672018-04-06 14:05:32 -070077 "xyz.openbmc_project.Inventory.Decorator.Asset": {
78 "Manufacturer": "$BOARD_MANUFACTURER",
79 "Model": "$BOARD_PRODUCT_NAME",
80 "PartNumber": "$BOARD_PART_NUMBER",
81 "SerialNumber": "$BOARD_SERIAL_NUMBER"
82 }
Ed Tanous33832732018-03-14 16:09:14 -070083 }
Cheng C Yang93f67b22019-03-11 15:48:15 +080084]