clk: Add MPC83xx clock driver
[project/bcm63xx/u-boot.git] / Documentation / devicetree / bindings / clk / fsl,mpc83xx-clk.txt
1 MPC83xx system clock devices
2
3 MPC83xx SoCs supply a variety of clocks to drive various components of a
4 system.
5
6 Required properties:
7 - compatible: must be one of "fsl,mpc8308-clk",
8 "fsl,mpc8309-clk",
9 "fsl,mpc8313-clk",
10 "fsl,mpc8315-clk",
11 "fsl,mpc832x-clk",
12 "fsl,mpc8349-clk",
13 "fsl,mpc8360-clk",
14 "fsl,mpc8379-clk"
15 depending on which SoC is employed
16 - #clock-cells: Must be 1
17
18 Example:
19
20 socclocks: clocks {
21 compatible = "fsl,mpc832x-clk";
22 #clock-cells = <1>;
23 };