blob: 6afc1c101e4306e905b54f97c604b088561c12ad [file] [log] [blame]
#
# Copyright (c) 2017 Piotr Mienkowski
#
# SPDX-License-Identifier: Apache-2.0
#
---
title: Atmel SAM Family I2C (TWIHS) node
version: 0.1
description: >
This is a representation of the Atmel SAM Family I2C (TWIHS) node
inherits:
!include i2c.yaml
properties:
compatible:
constraint: "atmel,sam-i2c-twihs"
reg:
type: array
description: mmio register space
generation: define
category: required
interrupts:
type: array
category: required
description: required interrupts
generation: define
peripheral-id:
type: int
description: peripheral ID
generation: define
category: required
...