1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/ipmi/ipmi-smic.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: IPMI device bindings
9 description: IPMI device bindings
12 - Corey Minyard <cminyard@mvista.com>
29 description: Interface is polled if this property is omitted.
33 description: The access width of the register in bytes. Defaults to 1.
34 $ref: /schemas/types.yaml#/definitions/uint32
38 $ref: /schemas/types.yaml#/definitions/uint32
39 description: The number of bytes between register starts. Defaults to 1.
43 The amount of bits to shift the register content to the right to get
44 the data into bit zero.
45 $ref: /schemas/types.yaml#/definitions/uint32
52 additionalProperties: false
57 compatible = "ipmi-smic";
59 reg = <0xfff3a000 0x1000>;
60 interrupts = <0 24 4>;