mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00

* 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
14 lines
254 B
Plaintext
Executable File
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>;
|
|
};
|
|
|