blob: b169a91f44babfc3e722b220607674ecc474b312 [file] [log] [blame]
Jayashree Dhanapal10612f32022-11-02 16:12:41 +05301{
Jayashree Dhanapalb94b6ea2022-02-28 13:11:32 +05302 "Exposes": [
3 {
4 "Address": "0x01",
5 "Bus": "$ipmbindex",
6 "Class": "IpmbDevice",
7 "Name": "$ipmbindex + 1 Twinlake Board",
8 "PowerState": "Always",
9 "Type": "IpmbDevice"
Logananth Sundararaj3ce37a12022-06-30 21:10:16 +053010 },
11 {
12 "Address": "0x03",
13 "Bus": "$ipmbindex",
14 "Class": "twin_lake",
15 "Name": "$ipmbindex + 1 Twinlake",
16 "Type": "IpmbPowerMonitor"
Jayashree Dhanapalb94b6ea2022-02-28 13:11:32 +053017 }
18 ],
Jayashree Dhanapal10612f32022-11-02 16:12:41 +053019 "Name": "Twin Lakes $ipmbindex + 1",
20 "Probe": "xyz.openbmc_project.Ipmb.FruDevice({'PRODUCT_PRODUCT_NAME': 'Twin Lakes .*'})",
21 "Type": "Board",
22 "xyz.openbmc_project.Inventory.Decorator.Asset": {
23 "Manufacturer": "$PRODUCT_MANUFACTURER",
24 "Model": "$PRODUCT_PRODUCT_NAME",
25 "PartNumber": "$BOARD_PART_NUMBER",
26 "SerialNumber": "$BOARD_SERIAL_NUMBER"
Kumar Thangavele5c473f2023-01-27 15:09:45 +053027 },
28 "xyz.openbmc_project.Inventory.Decorator.Replaceable": {
Logananth Sundararaj73963322023-01-24 18:23:44 +053029 "FieldReplaceable": true,
30 "HotPluggable": true
Jayashree Dhanapal10612f32022-11-02 16:12:41 +053031 }
32}