28 lines
468 B
YAML
28 lines
468 B
YAML
#
|
|
# Copyright (c) 2017 Piotr Mienkowski
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
title: Atmel SAM Family I2C (TWIHS) node
|
|
|
|
description: >
|
|
This is a representation of the Atmel SAM Family I2C (TWIHS) node
|
|
|
|
include: i2c-controller.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "atmel,sam-i2c-twihs"
|
|
|
|
reg:
|
|
required: true
|
|
|
|
interrupts:
|
|
required: true
|
|
|
|
peripheral-id:
|
|
type: int
|
|
description: peripheral ID
|
|
required: true
|