Back to home page

OSCL-LXR

 
 

    


0001 ARM Dual Cluster System Configuration Block
0002 -------------------------------------------
0003 
0004 The Dual Cluster System Configuration Block (DCSCB) provides basic
0005 functionality for controlling clocks, resets and configuration pins in
0006 the Dual Cluster System implemented by the Real-Time System Model (RTSM).
0007 
0008 Required properties:
0009 
0010 - compatible : should be "arm,rtsm,dcscb"
0011 
0012 - reg : physical base address and the size of the registers window
0013 
0014 Example:
0015 
0016         dcscb@60000000 {
0017                 compatible = "arm,rtsm,dcscb";
0018                 reg = <0x60000000 0x1000>;
0019         };