marvell,pxa1928.txt 870 B

123456789101112131415161718192021
  1. * Marvell PXA1928 Clock Controllers
  2. The PXA1928 clock subsystem generates and supplies clock to various
  3. controllers within the PXA1928 SoC. The PXA1928 contains 3 clock controller
  4. blocks called APMU, MPMU, and APBC roughly corresponding to internal buses.
  5. Required Properties:
  6. - compatible: should be one of the following.
  7. - "marvell,pxa1928-apmu" - APMU controller compatible
  8. - "marvell,pxa1928-mpmu" - MPMU controller compatible
  9. - "marvell,pxa1928-apbc" - APBC controller compatible
  10. - reg: physical base address of the clock controller and length of memory mapped
  11. region.
  12. - #clock-cells: should be 1.
  13. - #reset-cells: should be 1.
  14. Each clock is assigned an identifier and client nodes use the clock controller
  15. phandle and this identifier to specify the clock which they consume.
  16. All these identifiers can be found in <dt-bindings/clock/marvell,pxa1928.h>.