mirror of
https://github.com/thead-yocto-mirror/baremetal-drivers
synced 2026-06-21 09:12:28 +02:00
23 lines
619 B
Plaintext
23 lines
619 B
Plaintext
Video Input Subsystem Controller Modules device tree bindings
|
|
--------------------------------------------
|
|
Module Description:
|
|
As part of the MPCore complex, Cortex-A5 and Cortex-A9 are provided
|
|
with a Snoop Control Unit. The register range is usually 256 (0x100)
|
|
bytes.
|
|
|
|
References:
|
|
- Light: see Reference Manual: visys_sysreg_registers_85p.xlsx
|
|
|
|
- compatible : Should be:
|
|
"thead,light-bm-visys"
|
|
|
|
- reg : Specify the base address and the size of the visys register window.
|
|
|
|
Example:
|
|
|
|
bm_reset: reset@ffe4100000 {
|
|
compatible = "thead,light-bm-visys";
|
|
reg = <0xff 0xe4100000 0x0 0x10000>;
|
|
status = "okay";
|
|
};
|