Lines Matching +full:hix5hd2 +full:- +full:clock
1 * Hisilicon Hix5hd2 Clock Controller
3 The hix5hd2 clock controller generates and supplies clock to various
4 controllers within the hix5hd2 SoC.
8 - compatible: should be "hisilicon,hix5hd2-clock"
9 - reg: Address and length of the register set
10 - #clock-cells: Should be <1>
12 Each clock is assigned an identifier and client nodes use this identifier
13 to specify the clock which they consume.
15 All these identifier could be found in <dt-bindings/clock/hix5hd2-clock.h>.
18 clock: clock@f8a22000 {
19 compatible = "hisilicon,hix5hd2-clock";
21 #clock-cells = <1>;
28 clocks = <&clock HIX5HD2_FIXED_83M>;
29 clock-names = "apb_pclk";