blob: 523665336b02061e738912dc139423aea3b81f92 [file] [log] [blame]
Deepak Kodihallibd33f312017-03-06 00:10:35 -06001- name: Device
2 meta:
3 - str: "CALLOUT_ERRNO=%d"
4 type: int32
5 - str: "CALLOUT_DEVICE_PATH=%s"
6 type: string
7
8- name: GPIO
9 meta:
10 - str: "CALLOUT_GPIO_NUM=%u"
11 type: uint32
Deepak Kodihalli0b0b2342017-03-06 00:21:23 -060012 inherits:
13 - xyz.openbmc_project.Common.Callout.Device
Deepak Kodihallibd33f312017-03-06 00:10:35 -060014
15- name: IIC
16 meta:
17 - str: "CALLOUT_IIC_BUS=%s"
18 type: string
19 - str: "CALLOUT_IIC_ADDR=0x%hx"
20 type: uint16
Deepak Kodihalli0b0b2342017-03-06 00:21:23 -060021 inherits:
22 - xyz.openbmc_project.Common.Callout.Device
Deepak Kodihallibd33f312017-03-06 00:10:35 -060023
24- name: Inventory
25 meta:
26 - str: "CALLOUT_INVENTORY_PATH=%s"
27 type: string
28
29- name: IPMISensor
30 meta:
31 - str: "CALLOUT_IPMI_SENSOR_NUM=%u"
32 type: uint32