Merge tag 'linux-kselftest-kunit-fixes-5.11-rc3' of git://git.kernel.org/pub/scm...
[linux/fpc-iii.git] / Documentation / devicetree / bindings / arm / rtsm-dcscb.txt
blob3b8fbf3c00c51616e168f6485c4906fc502fb6ad
1 ARM Dual Cluster System Configuration Block
2 -------------------------------------------
4 The Dual Cluster System Configuration Block (DCSCB) provides basic
5 functionality for controlling clocks, resets and configuration pins in
6 the Dual Cluster System implemented by the Real-Time System Model (RTSM).
8 Required properties:
10 - compatible : should be "arm,rtsm,dcscb"
12 - reg : physical base address and the size of the registers window
14 Example:
16         dcscb@60000000 {
17                 compatible = "arm,rtsm,dcscb";
18                 reg = <0x60000000 0x1000>;
19         };