1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/ipmi/ipmi-ipmb.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: IPMI IPMB device
9 description: IPMI IPMB device bindings
12 - Corey Minyard <cminyard@mvista.com>
27 $ref: /schemas/types.yaml#/definitions/uint8
28 description: The address of the BMC on the IPMB bus. Defaults to 0x20.
31 $ref: /schemas/types.yaml#/definitions/uint32
33 Time between retries of sends, in milliseconds. Defaults to 250.
36 $ref: /schemas/types.yaml#/definitions/uint32
37 description: Number of retries before a failure is declared. Defaults to 1.
40 $ref: /schemas/types.yaml#/definitions/phandle
42 The slave i2c device. If not present, the main device is used. This
43 lets you use two devices on the IPMB, one for master and one for slave,
44 in case you have a slave device that can only be a slave. The slave
45 will receive messages and the master will transmit.
51 additionalProperties: false
60 compatible = "ipmi-ipmb";
63 bmcaddr = /bits/ 8 <0x20>;