^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) ARM Dual Cluster System Configuration Block
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) -------------------------------------------
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) The Dual Cluster System Configuration Block (DCSCB) provides basic
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) functionality for controlling clocks, resets and configuration pins in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) the Dual Cluster System implemented by the Real-Time System Model (RTSM).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) Required properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) - compatible : should be "arm,rtsm,dcscb"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) - reg : physical base address and the size of the registers window
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) Example:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) dcscb@60000000 {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) compatible = "arm,rtsm,dcscb";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) reg = <0x60000000 0x1000>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) };