0001 * Hisilicon Hi3620 Clock Controller
0002
0003 The Hi3620 clock controller generates and supplies clock to various
0004 controllers within the Hi3620 SoC.
0005
0006 Required Properties:
0007
0008 - compatible: should be one of the following.
0009 - "hisilicon,hi3620-clock" - controller compatible with Hi3620 SoC.
0010 - "hisilicon,hi3620-mmc-clock" - controller specific for Hi3620 mmc.
0011
0012 - reg: physical base address of the controller and length of memory mapped
0013 region.
0014
0015 - #clock-cells: should be 1.
0016
0017 Each clock is assigned an identifier and client nodes use this identifier
0018 to specify the clock which they consume.
0019
0020 All these identifier could be found in <dt-bindings/clock/hi3620-clock.h>.