Path: blob/master/Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.yaml
53912 views
# SPDX-License-Identifier: GPL-2.01%YAML 1.22---3$id: http://devicetree.org/schemas/i3c/snps,dw-i3c-master.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Synopsys DesignWare I3C master block78maintainers:9- Alexandre Belloni <alexandre.belloni@bootlin.com>1011allOf:12- $ref: i3c.yaml#1314properties:15compatible:16oneOf:17- const: snps,dw-i3c-master-1.00a18- items:19- const: altr,agilex5-dw-i3c-master20- const: snps,dw-i3c-master-1.00a2122reg:23maxItems: 12425clocks:26minItems: 127items:28- description: Core clock29- description: APB clock3031clock-names:32minItems: 133items:34- const: core35- const: apb3637interrupts:38maxItems: 13940power-domains:41maxItems: 14243required:44- compatible45- reg46- clocks47- interrupts4849unevaluatedProperties: false5051examples:52- |53i3c@2000 {54compatible = "snps,dw-i3c-master-1.00a";55#address-cells = <3>;56#size-cells = <0>;57reg = <0x02000 0x1000>;58interrupts = <0>;59clocks = <&i3cclk>;6061eeprom@57{62compatible = "atmel,24c01";63reg = <0x57 0x0 0x10>;64pagesize = <0x8>;65};66};67...686970