| Binding for Qualcomm Atheros AR7xxx/AR9XXX PLL controller |
| The PPL controller provides the 3 main clocks of the SoC: CPU, DDR and AHB. |
| - compatible: has to be "qca,<soctype>-cpu-intc" and one of the following |
| - reg: Base address and size of the controllers memory area |
| - clock-names: Name of the input clock, has to be "ref" |
| - clocks: phandle of the external reference clock |
| - #clock-cells: has to be one |
| - clock-output-names: should be "cpu", "ddr", "ahb" |
| memory-controller@18050000 { |
| compatible = "qca,ar9132-ppl", "qca,ar9130-pll"; |
| clock-output-names = "cpu", "ddr", "ahb"; |