···11+* Renesas H8/300 divider clock22+33+Required Properties:44+55+ - compatible: Must be "renesas,sh73a0-h8300-div-clock"66+77+ - clocks: Reference to the parent clocks ("extal1" and "extal2")88+99+ - #clock-cells: Must be 11010+1111+ - reg: Base address and length of the divide rate selector1212+1313+ - renesas,width: bit width of selector1414+1515+Example1616+-------1717+1818+ cclk: cclk {1919+ compatible = "renesas,h8300-div-clock";2020+ clocks = <&xclk>;2121+ #clock-cells = <0>;2222+ reg = <0xfee01b 2>;2323+ renesas,width = <2>;2424+ };