lede/target/linux/phytium/files-5.10/Documentation/devicetree/bindings/rng/phytium-rng.txt
HunZI a462d2b757
target: add phytium support (#11798)
* target: add phytium support

* kernel/video: add phytium platform ARM GPU support

* config: add EFI support to phytium armv8

* target: phytium: remove rtl8821cs driver

* target: phytium: refresh dts
2024-01-18 15:16:24 +08:00

14 lines
254 B
Plaintext
Executable File

Phytium Random Number Generator
Required properties:
- compatible : Should be "phytium,rng"
- reg : Offset and length of the register set of this block
Example:
rng@0x31a06000 {
compatible = "phytium,rng";
reg = <0x0 0x31a06000 0x0 0x1000>;
};