mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-06 20:55:48 +00:00
This update Atmel SAM trng driver to use clock control driver. Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
16 lines
226 B
YAML
16 lines
226 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
|