Path: blob/master/Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.yaml
26308 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:16const: snps,dw-i3c-master-1.00a1718reg:19maxItems: 12021clocks:22minItems: 123items:24- description: Core clock25- description: APB clock2627clock-names:28minItems: 129items:30- const: core31- const: apb3233interrupts:34maxItems: 13536power-domains:37maxItems: 13839required:40- compatible41- reg42- clocks43- interrupts4445unevaluatedProperties: false4647examples:48- |49i3c@2000 {50compatible = "snps,dw-i3c-master-1.00a";51#address-cells = <3>;52#size-cells = <0>;53reg = <0x02000 0x1000>;54interrupts = <0>;55clocks = <&i3cclk>;5657eeprom@57{58compatible = "atmel,24c01";59reg = <0x57 0x0 0x10>;60pagesize = <0x8>;61};62};63...646566