39 lines
815 B
YAML
39 lines
815 B
YAML
#
|
|
# Copyright (c) 2019 Derek Hageman <hageman@inthat.cloud>
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
---
|
|
title: Atmel SAM0 32-bit Basic Timer
|
|
version: 0.1
|
|
|
|
description: >
|
|
This binding gives a base representation of the Atmel SAM0 timer
|
|
counter (TC) operating in 32-bit wide mode.
|
|
|
|
properties:
|
|
compatible:
|
|
type: string
|
|
category: required
|
|
description: compatible strings
|
|
constraint: "atmel,sam0-tc32"
|
|
|
|
reg:
|
|
type: array
|
|
category: required
|
|
description: mmio register space
|
|
generation: define
|
|
|
|
interrupts:
|
|
type: array
|
|
category: required
|
|
description: required interrupts
|
|
generation: define
|
|
|
|
label:
|
|
type: string
|
|
category: required
|
|
description: Human readable string describing the device (used by Zephyr for API name)
|
|
generation: define
|
|
...
|