blob: 5fb41a262b88eea585420c8f16806198c358c782 [file] [log] [blame]
#
# Copyright (c) 2018 SiFive Inc.
#
# SPDX-License-Identifier: Apache-2.0
#
---
title: SiFive Freedom I2C
id: sifive,i2c0
version: 0.1
description: >
This is a binding for the SiFive Freedom I2C interface
inherits:
!include i2c.yaml
properties:
compatible:
type: string
category: required
description: compatible strings
constraint: "sifive,i2c0"
generation: define
input-frequency:
type: int
category: optional
description: Frequency of the peripheral input clock.
generation: define
reg:
type: array
description: mmio register space
generation: define
category: required
...