···11+* Hisilicon Hix5hd2 Clock Controller22+33+The hix5hd2 clock controller generates and supplies clock to various44+controllers within the hix5hd2 SoC.55+66+Required Properties:77+88+- compatible: should be "hisilicon,hix5hd2-clock"99+- reg: Address and length of the register set1010+- #clock-cells: Should be <1>1111+1212+Each clock is assigned an identifier and client nodes use this identifier1313+to specify the clock which they consume.1414+1515+All these identifier could be found in <dt-bindings/clock/hix5hd2-clock.h>.1616+1717+Examples:1818+ clock: clock@f8a22000 {1919+ compatible = "hisilicon,hix5hd2-clock";2020+ reg = <0xf8a22000 0x1000>;2121+ #clock-cells = <1>;2222+ };2323+2424+ uart0: uart@f8b00000 {2525+ compatible = "arm,pl011", "arm,primecell";2626+ reg = <0xf8b00000 0x1000>;2727+ interrupts = <0 49 4>;2828+ clocks = <&clock HIX5HD2_FIXED_83M>;2929+ clock-names = "apb_pclk";3030+ status = "disabled";3131+ };