1# Copyright (c) 2018 Intel Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4description: Synopsys DesignWare I2C node
5
6compatible: "snps,designware-i2c"
7
8include: [i2c-controller.yaml, pinctrl-device.yaml, pcie-device.yaml]
9
10properties:
11  interrupts:
12    required: true
13
14  lcnt-offset:
15    type: int
16    description: |
17      A fixed offset to apply to the SCL lcnt setting.
18
19  hcnt-offset:
20    type: int
21    description: |
22      A fixed offset to apply to the SCL hcnt setting.
23