26 lines
431 B
YAML
26 lines
431 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
|
|
|
|
inherits:
|
|
!include i2c.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "sifive,i2c0"
|
|
|
|
input-frequency:
|
|
type: int
|
|
category: optional
|
|
description: Frequency of the peripheral input clock.
|
|
|
|
reg:
|
|
category: required
|