| # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) |
| $id: "http://devicetree.org/schemas/i2c/cdns,i2c-r1p10.yaml#" |
| $schema: "http://devicetree.org/meta-schemas/core.yaml#" |
| title: Cadence I2C controller Device Tree Bindings |
| - Michal Simek <michal.simek@xilinx.com> |
| - $ref: /schemas/i2c/i2c-controller.yaml# |
| - cdns,i2c-r1p10 # cadence i2c controller version 1.0 |
| - cdns,i2c-r1p14 # cadence i2c controller version 1.4 |
| Desired operating frequency, in Hz, of the bus. |
| unevaluatedProperties: false |
| #include <dt-bindings/interrupt-controller/arm-gic.h> |
| compatible = "cdns,i2c-r1p10"; |
| interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>; |
| reg = <0xe0004000 0x1000>; |
| clock-frequency = <400000>; |