| # | |
| # Copyright (c) 2018 Intel Corporation | |
| # | |
| # SPDX-License-Identifier: Apache-2.0 | |
| # | |
| --- | |
| title: Intel QMSI RTC | |
| id: intel,qmsi-rtc | |
| version: 0.1 | |
| description: > | |
| This is a representation of the Intel QMSI RTC nodes | |
| inherits: | |
| !include rtc.yaml | |
| properties: | |
| compatible: | |
| type: string | |
| category: required | |
| description: compatible strings | |
| constraint: "intel,qmsi-rtc" | |
| reg: | |
| type: int | |
| description: mmio register space | |
| generation: define | |
| category: required | |
| ... |