1# Copyright (C) 2020 Samsung Electronics Co., Ltd.
2# Copyright (C) 2023 Meta Platforms
3# SPDX-License-Identifier: Apache-2.0
4
5description: >
6    This is a binding for the Synopsys I3C interface
7
8compatible: "snps,designware-i3c"
9
10include: i3c-controller.yaml
11
12properties:
13  clocks:
14    required: true
15
16  od-thigh-max-ns:
17    type: int
18    default: 41
19    description: |
20      Maximum high clock pulse length (ns) in Open-Drain mode.
21      The default is value from Section 6.2 of the I3C
22      Specifiction.
23
24  od-tlow-min-ns:
25    type: int
26    default: 200
27    description: |
28      Minimum low clock pulse length (ns) in Open-Drain mode.
29      The default is value from Section 6.2 of the I3C
30      Specifiction.
31