2018-11-28 07:02:13 +08:00
|
|
|
# Copyright (c) 2018 SiFive Inc.
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2019-06-19 06:03:49 +08:00
|
|
|
|
2019-11-19 15:39:11 +08:00
|
|
|
description: SiFive Freedom I2C interface
|
2018-11-28 07:02:13 +08:00
|
|
|
|
2019-08-20 02:32:25 +08:00
|
|
|
compatible: "sifive,i2c0"
|
|
|
|
|
2019-08-22 07:10:12 +08:00
|
|
|
include: i2c-controller.yaml
|
2018-11-28 07:02:13 +08:00
|
|
|
|
|
|
|
properties:
|
|
|
|
input-frequency:
|
|
|
|
type: int
|
2019-08-28 06:22:01 +08:00
|
|
|
required: false
|
2018-11-28 07:02:13 +08:00
|
|
|
description: Frequency of the peripheral input clock.
|
|
|
|
|
|
|
|
reg:
|
2019-08-28 06:22:01 +08:00
|
|
|
required: true
|