Lines Matching +full:ipmi +full:- +full:ipmb
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
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>
17 - ipmi-ipmb
21 - const: ipmi
28 description: The address of the BMC on the IPMB bus. Defaults to 0x20.
30 retry-time:
35 max-retries:
39 slave-dev:
43 lets you use two devices on the IPMB, one for master and one for slave,
48 - compatible
49 - reg
54 - |
56 #address-cells = <1>;
57 #size-cells = <0>;
59 ipmi-ipmb@40 {
60 compatible = "ipmi-ipmb";
61 device_type = "ipmi";
64 retry-time = <250>;
65 max-retries = <1>;