32 lines
614 B
YAML
32 lines
614 B
YAML
|
#
|
||
|
# Copyright (c) 2018 Nordic Semiconductor ASA
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
---
|
||
|
title: Nordic nRF clock control
|
||
|
version: 0.1
|
||
|
|
||
|
description: >
|
||
|
This is a representation of the Nordic nRF clock control node
|
||
|
|
||
|
properties:
|
||
|
compatible:
|
||
|
type: string
|
||
|
category: required
|
||
|
description: compatible strings
|
||
|
constraint: "nordic,nrf-clock"
|
||
|
|
||
|
reg:
|
||
|
type: array
|
||
|
category: required
|
||
|
description: mmio register space
|
||
|
generation: define
|
||
|
|
||
|
interrupts:
|
||
|
type: array
|
||
|
category: required
|
||
|
description: required interrupts
|
||
|
generation: define
|
||
|
...
|