| # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) |
| $id: http://devicetree.org/schemas/i2c/socionext,synquacer-i2c.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: Socionext SynQuacer I2C Controller |
| - Ard Biesheuvel <ardb@kernel.org> |
| - $ref: /schemas/i2c/i2c-controller.yaml# |
| const: socionext,synquacer-i2c |
| unevaluatedProperties: false |
| #include <dt-bindings/interrupt-controller/arm-gic.h> |
| compatible = "socionext,synquacer-i2c"; |
| reg = <0x51210000 0x1000>; |
| interrupts = <GIC_SPI 165 IRQ_TYPE_LEVEL_HIGH>; |
| clock-frequency = <400000>; |