marvell,pxa910.txt 743 B

123456789101112131415161718192021
  1. * Marvell PXA910 Clock Controller
  2. The PXA910 clock subsystem generates and supplies clock to various
  3. controllers within the PXA910 SoC.
  4. Required Properties:
  5. - compatible: should be one of the following.
  6. - "marvell,pxa910-clock" - controller compatible with PXA910 SoC.
  7. - reg: physical base address of the clock subsystem and length of memory mapped
  8. region. There are 4 places in SOC has clock control logic:
  9. "mpmu", "apmu", "apbc", "apbcp". So four reg spaces need to be defined.
  10. - #clock-cells: should be 1.
  11. - #reset-cells: should be 1.
  12. Each clock is assigned an identifier and client nodes use this identifier
  13. to specify the clock which they consume.
  14. All these identifier could be found in <dt-bindings/clock/marvell-pxa910.h>.