2022-11-01 13:03:47 +08:00
|
|
|
# Copyright (c) 2022 Meta Platforms, Inc. and its affiliates.
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
description: Cadence I3C controller
|
|
|
|
|
|
|
|
compatible: "cdns,i3c"
|
|
|
|
|
|
|
|
include: [i3c-controller.yaml]
|
|
|
|
|
|
|
|
properties:
|
2023-01-04 03:21:25 +08:00
|
|
|
reg:
|
|
|
|
required: true
|
2022-11-01 13:03:47 +08:00
|
|
|
|
2023-01-04 03:21:25 +08:00
|
|
|
interrupts:
|
|
|
|
required: true
|
2022-11-01 13:03:47 +08:00
|
|
|
|
2023-01-04 03:21:25 +08:00
|
|
|
input-clock-frequency:
|
|
|
|
type: int
|
|
|
|
required: true
|
|
|
|
description: The controller input clock frequency
|