0001 * Device tree bindings for Texas Instruments keystone pll controller
0002
0003 The main pll controller used to drive theC66x CorePacs, the switch fabric,
0004 and a majority of the peripheral clocks (all but the ARM CorePacs, DDR3 and
0005 the NETCP modules) requires a PLL Controller to manage the various clock
0006 divisions, gating, and synchronization.
0007
0008 Required properties:
0009
0010 - compatible: "ti,keystone-pllctrl", "syscon"
0011
0012 - reg: contains offset/length value for pll controller
0013 registers space.
0014
0015 Example:
0016
0017 pllctrl: pll-controller@02310000 {
0018 compatible = "ti,keystone-pllctrl", "syscon";
0019 reg = <0x02310000 0x200>;
0020 };