25 lines
421 B
YAML
25 lines
421 B
YAML
#
|
|
# Copyright (c) 2018 SiFive Inc.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
title: SiFive Freedom I2C
|
|
|
|
description: >
|
|
This is a binding for the SiFive Freedom I2C interface
|
|
|
|
include: i2c-controller.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "sifive,i2c0"
|
|
|
|
input-frequency:
|
|
type: int
|
|
required: false
|
|
description: Frequency of the peripheral input clock.
|
|
|
|
reg:
|
|
required: true
|