1MPC83xx system clock devices
2
3MPC83xx SoCs supply a variety of clocks to drive various components of a
4system.
5
6Required 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
18Example:
19
20socclocks: clocks {
21	compatible = "fsl,mpc832x-clk";
22	#clock-cells = <1>;
23};
24