24 lines
357 B
YAML
24 lines
357 B
YAML
# Copyright (c) 2018, Aurelien Jarno
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Atmel SAM RNG
|
|
|
|
compatible: "atmel,sam-trng"
|
|
|
|
include: base.yaml
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
interrupts:
|
|
required: true
|
|
|
|
peripheral-id:
|
|
type: int
|
|
description: peripheral ID
|
|
required: true
|
|
|
|
label:
|
|
required: true
|