1139823Simp* Device tree bindings for Texas Instruments keystone pll controller
254263Sshin
354263SshinThe main pll controller used to drive theC66x CorePacs, the switch fabric,
454263Sshinand a majority of the peripheral clocks (all but the ARM CorePacs, DDR3 and
554263Sshinthe NETCP modules) requires a PLL Controller to manage the various clock
654263Sshindivisions, gating, and synchronization.
754263Sshin
854263SshinRequired properties:
954263Sshin
1054263Sshin- compatible:		"ti,keystone-pllctrl", "syscon"
1154263Sshin
1254263Sshin- reg:			contains offset/length value for pll controller
1354263Sshin			registers space.
1454263Sshin
1554263SshinExample:
1654263Sshin
1754263Sshinpllctrl: pll-controller@02310000 {
1854263Sshin	compatible = "ti,keystone-pllctrl", "syscon";
1954263Sshin	reg = <0x02310000 0x200>;
2054263Sshin};
2154263Sshin