29 lines
493 B
YAML
29 lines
493 B
YAML
#
|
|
# Copyright (c) 2019 Derek Hageman <hageman@inthat.cloud>
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
title: Atmel SAM0 series SERCOM I2C controller
|
|
|
|
description: >
|
|
This is a representation of the Atmel SAM0 series SERCOM I2C nodes
|
|
|
|
inherits:
|
|
!include i2c.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "atmel,sam0-i2c"
|
|
|
|
reg:
|
|
category: required
|
|
|
|
interrupts:
|
|
category: required
|
|
|
|
dma:
|
|
type: int
|
|
category: optional
|
|
description: DMA channel
|