Path: blob/master/Documentation/devicetree/bindings/i2c/cnxt,cx92755-i2c.yaml
170954 views
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/i2c/cnxt,cx92755-i2c.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Conexant Digicolor I2C controller78allOf:9- $ref: /schemas/i2c/i2c-controller.yaml#1011maintainers:12- Baruch Siach <baruch@tkos.co.il>1314properties:15compatible:16const: cnxt,cx92755-i2c1718reg:19maxItems: 12021interrupts:22maxItems: 12324clocks:25maxItems: 12627clock-frequency:28default: 1000002930required:31- compatible32- reg33- interrupts34- clocks3536unevaluatedProperties: false3738examples:39- |40i2c@f0000120 {41compatible = "cnxt,cx92755-i2c";42reg = <0xf0000120 0x10>;43interrupts = <28>;44clocks = <&main_clk>;45clock-frequency = <100000>;46#address-cells = <1>;47#size-cells = <0>;48};495051