2018-11-05 17:17:49 +08:00
|
|
|
# Copyright (c) 2018 omSquare s.r.o.
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2019-06-19 06:03:49 +08:00
|
|
|
|
2018-11-05 17:17:49 +08:00
|
|
|
title: Atmel SAM0 RTC
|
|
|
|
|
|
|
|
description: >
|
|
|
|
This binding gives a base representation of the Atmel SAM0 RTC
|
|
|
|
|
2019-08-20 02:32:25 +08:00
|
|
|
compatible: "atmel,sam0-rtc"
|
|
|
|
|
2019-08-22 07:10:12 +08:00
|
|
|
include: rtc.yaml
|
2018-11-05 17:17:49 +08:00
|
|
|
|
|
|
|
properties:
|
|
|
|
reg:
|
2019-08-28 06:22:01 +08:00
|
|
|
required: true
|
2018-11-05 17:17:49 +08:00
|
|
|
|
|
|
|
clock-generator:
|
|
|
|
type: int
|
|
|
|
description: clock generator index
|
2019-08-28 06:22:01 +08:00
|
|
|
required: true
|