blob: 21b2b07abc65571b6809f1e1595c9653a5c8ed8a [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"
10 }
11 ],
Jayashree Dhanapal10612f32022-11-02 16:12:41 +053012 "Name": "Twin Lakes $ipmbindex + 1",
13 "Probe": "xyz.openbmc_project.Ipmb.FruDevice({'PRODUCT_PRODUCT_NAME': 'Twin Lakes .*'})",
14 "Type": "Board",
15 "xyz.openbmc_project.Inventory.Decorator.Asset": {
16 "Manufacturer": "$PRODUCT_MANUFACTURER",
17 "Model": "$PRODUCT_PRODUCT_NAME",
18 "PartNumber": "$BOARD_PART_NUMBER",
19 "SerialNumber": "$BOARD_SERIAL_NUMBER"
20 }
21}