21 lines
373 B
YAML
21 lines
373 B
YAML
# Copyright (c) 2018 omSquare s.r.o.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
title: Atmel SAM0 RTC
|
|
|
|
description: >
|
|
This binding gives a base representation of the Atmel SAM0 RTC
|
|
|
|
compatible: "atmel,sam0-rtc"
|
|
|
|
include: rtc.yaml
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
clock-generator:
|
|
type: int
|
|
description: clock generator index
|
|
required: true
|