blob: e2c503e1ebcf5cc94c5d6c7672c88f875795d7df [file] [log] [blame]
Deepak Kodihallibd33f312017-03-06 00:10:35 -06001- name: Device
2 meta:
Patrick Williams8da396c2022-03-14 14:21:02 -05003 - str: "CALLOUT_ERRNO=%d"
4 type: int32
5 - str: "CALLOUT_DEVICE_PATH=%s"
6 type: string
7 process: true
Deepak Kodihallibd33f312017-03-06 00:10:35 -06008
9- name: GPIO
10 meta:
Patrick Williams8da396c2022-03-14 14:21:02 -050011 - str: "CALLOUT_GPIO_NUM=%u"
12 type: uint32
Deepak Kodihalli0b0b2342017-03-06 00:21:23 -060013 inherits:
14 - xyz.openbmc_project.Common.Callout.Device
Deepak Kodihallibd33f312017-03-06 00:10:35 -060015
16- name: IIC
17 meta:
Patrick Williams8da396c2022-03-14 14:21:02 -050018 - str: "CALLOUT_IIC_BUS=%s"
19 type: string
20 - str: "CALLOUT_IIC_ADDR=0x%hx"
21 type: uint16
Deepak Kodihalli0b0b2342017-03-06 00:21:23 -060022 inherits:
23 - xyz.openbmc_project.Common.Callout.Device
Deepak Kodihallibd33f312017-03-06 00:10:35 -060024
25- name: Inventory
26 meta:
Patrick Williams8da396c2022-03-14 14:21:02 -050027 - str: "CALLOUT_INVENTORY_PATH=%s"
28 type: string
29 process: true
Deepak Kodihallibd33f312017-03-06 00:10:35 -060030
31- name: IPMISensor
32 meta:
Patrick Williams8da396c2022-03-14 14:21:02 -050033 - str: "CALLOUT_IPMI_SENSOR_NUM=%u"
34 type: uint32