ti-keystone-pllctrl.txt 607 B

1234567891011121314151617181920
  1. * Device tree bindings for Texas Instruments keystone pll controller
  2. The main pll controller used to drive theC66x CorePacs, the switch fabric,
  3. and a majority of the peripheral clocks (all but the ARM CorePacs, DDR3 and
  4. the NETCP modules) requires a PLL Controller to manage the various clock
  5. divisions, gating, and synchronization.
  6. Required properties:
  7. - compatible: "ti,keystone-pllctrl", "syscon"
  8. - reg: contains offset/length value for pll controller
  9. registers space.
  10. Example:
  11. pllctrl: pll-controller@0x02310000 {
  12. compatible = "ti,keystone-pllctrl", "syscon";
  13. reg = <0x02310000 0x200>;
  14. };