# Copyright (c) 2018 SiFive Inc. | |
# SPDX-License-Identifier: Apache-2.0 | |
description: SiFive Freedom I2C interface | |
compatible: "sifive,i2c0" | |
include: i2c-controller.yaml | |
properties: | |
input-frequency: | |
type: int | |
required: false | |
description: Frequency of the peripheral input clock. | |
reg: | |
required: true |