mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-20 16:46:24 +00:00
All in tree device drivers use some form of DEVICE_DT_GET so we no longer need to require label properties. Signed-off-by: Kumar Gala <galak@kernel.org>
9 lines
173 B
YAML
9 lines
173 B
YAML
# Copyright (c) 2020, Linaro Limited
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Native POSIX RNG/Entropy
|
|
|
|
compatible: "zephyr,native-posix-rng"
|
|
|
|
include: base.yaml
|