1# Copyright (c) 2022 Meta Platforms, Inc. and its affiliates.
2#
3# SPDX-License-Identifier: Apache-2.0
4
5description: Cadence I3C controller
6
7compatible: "cdns,i3c"
8
9include: [i3c-controller.yaml]
10
11properties:
12  reg:
13    required: true
14
15  interrupts:
16    required: true
17
18  input-clock-frequency:
19    type: int
20    required: true
21    description: The controller input clock frequency
22