Path: blob/master/Documentation/devicetree/bindings/i3c/mipi-i3c-hci.yaml
26308 views
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/i3c/mipi-i3c-hci.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: MIPI I3C HCI78maintainers:9- Nicolas Pitre <npitre@baylibre.com>1011allOf:12- $ref: /schemas/i3c/i3c.yaml#1314description: |15MIPI I3C Host Controller Interface1617The MIPI I3C HCI (Host Controller Interface) specification defines18a common software driver interface to support compliant MIPI I3C19host controller hardware implementations from multiple vendors.2021The hardware is self-advertising for differences in implementation22capabilities, including the spec version it is based on, so there23isn't much to describe here (yet).2425For details, please see:26https://www.mipi.org/specifications/i3c-hci2728properties:29compatible:30const: mipi-i3c-hci31reg:32maxItems: 133interrupts:34maxItems: 13536required:37- compatible38- reg39- interrupts4041unevaluatedProperties: false4243examples:44- |45i3c@a0000000 {46compatible = "mipi-i3c-hci";47reg = <0xa0000000 0x2000>;48interrupts = <89>;49#address-cells = <3>;50#size-cells = <0>;51};525354