| # Copyright (c) 2018 Intel Corporation | |
| # SPDX-License-Identifier: Apache-2.0 | |
| description: Synopsys DesignWare I2C | |
| compatible: "snps,designware-i2c" | |
| include: [i2c-controller.yaml, pinctrl-device.yaml, pcie-device.yaml] | |
| properties: | |
| interrupts: | |
| required: true | |
| lcnt-offset: | |
| type: int | |
| description: | | |
| A fixed offset to apply to the SCL lcnt setting. | |
| hcnt-offset: | |
| type: int | |
| description: | | |
| A fixed offset to apply to the SCL hcnt setting. |