1 Binding for Qualcomm Atheros AR7xxx/AR9XXX PLL controller
3 The PPL controller provides the 3 main clocks of the SoC: CPU, DDR and AHB.
6 - compatible: has to be "qca,<soctype>-pll" and one of the following
14 - reg: Base address and size of the controllers memory area
15 - clock-names: Name of the input clock, has to be "ref"
16 - clocks: phandle of the external reference clock
17 - #clock-cells: has to be one
20 - clock-output-names: should be "cpu", "ddr", "ahb"
24 pll-controller@18050000 {
25 compatible = "qca,ar9132-pll", "qca,ar9130-pll";
26 reg = <0x18050000 0x20>;
32 clock-output-names = "cpu", "ddr", "ahb";