1# Copyright (c) 2019 NXP
2# Copyright (c) 2022 Intel Corporation
3#
4# SPDX-License-Identifier: Apache-2.0
5
6description: NXP MCUX I3C controller
7
8compatible: "nxp,mcux-i3c"
9
10include: [i3c-controller.yaml, pinctrl-device.yaml]
11
12properties:
13  reg:
14    required: true
15
16  interrupts:
17    required: true
18
19  i3c-od-scl-hz:
20    type: int
21    description: |
22      Open Drain Frequency for the I3C controller. When undefined, use
23      the controller default or as specified by the I3C specification.
24
25  clk-divider:
26    type: int
27    description: Main clock divider for I3C
28    required: true
29
30  clk-divider-tc:
31    type: int
32    description: TC clock divider for I3C
33    required: true
34
35  clk-divider-slow:
36    type: int
37    description: Slow clock divider for I3C
38    required: true
39