rtsm-dcscb.txt 529 B

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