# | |
# Copyright (c) 2018, blik GmbH | |
# | |
# SPDX-License-Identifier: Apache-2.0 | |
# | |
--- | |
title: Kinetis RTC | |
version: 0.1 | |
description: > | |
This binding gives a base representation of the Kinetis RTC | |
inherits: | |
!include rtc.yaml | |
properties: | |
compatible: | |
constraint: "nxp,kinetis-rtc" | |
reg: | |
type: array | |
description: mmio register space | |
generation: define | |
category: required | |
... |