26 lines
423 B
YAML
26 lines
423 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
|
|
|
|
inherits:
|
|
!include rtc.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "atmel,sam0-rtc"
|
|
|
|
reg:
|
|
category: required
|
|
|
|
clock-generator:
|
|
type: int
|
|
description: clock generator index
|
|
category: required
|