2019-08-08 01:51:32 -07:00
|
|
|
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
|
|
|
|
# Copyright 2019 BayLibre, SAS
|
|
|
|
%YAML 1.2
|
|
|
|
---
|
2023-03-27 10:01:53 -07:00
|
|
|
$id: http://devicetree.org/schemas/rng/amlogic,meson-rng.yaml#
|
|
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
2019-08-08 01:51:32 -07:00
|
|
|
|
|
|
|
title: Amlogic Meson Random number generator
|
|
|
|
|
|
|
|
maintainers:
|
2022-08-16 02:56:17 -07:00
|
|
|
- Neil Armstrong <neil.armstrong@linaro.org>
|
2019-08-08 01:51:32 -07:00
|
|
|
|
|
|
|
properties:
|
|
|
|
compatible:
|
|
|
|
enum:
|
|
|
|
- amlogic,meson-rng
|
2023-09-29 03:29:37 -07:00
|
|
|
- amlogic,meson-s4-rng
|
2019-08-08 01:51:32 -07:00
|
|
|
|
|
|
|
reg:
|
|
|
|
maxItems: 1
|
|
|
|
|
|
|
|
clocks:
|
|
|
|
maxItems: 1
|
|
|
|
|
|
|
|
clock-names:
|
|
|
|
items:
|
|
|
|
- const: core
|
|
|
|
|
2024-06-05 02:36:33 -07:00
|
|
|
power-domains:
|
|
|
|
maxItems: 1
|
|
|
|
|
2019-08-08 01:51:32 -07:00
|
|
|
required:
|
|
|
|
- compatible
|
|
|
|
- reg
|
|
|
|
|
2020-03-25 15:05:41 -07:00
|
|
|
additionalProperties: false
|
|
|
|
|
2019-08-08 01:51:32 -07:00
|
|
|
examples:
|
|
|
|
- |
|
|
|
|
rng@c8834000 {
|
|
|
|
compatible = "amlogic,meson-rng";
|
|
|
|
reg = <0xc8834000 0x4>;
|
|
|
|
};
|