renesas,h8300-div-clock.txt 484 B

123456789101112131415161718192021222324
  1. * Renesas H8/300 divider clock
  2. Required Properties:
  3. - compatible: Must be "renesas,sh73a0-h8300-div-clock"
  4. - clocks: Reference to the parent clocks ("extal1" and "extal2")
  5. - #clock-cells: Must be 1
  6. - reg: Base address and length of the divide rate selector
  7. - renesas,width: bit width of selector
  8. Example
  9. -------
  10. cclk: cclk {
  11. compatible = "renesas,h8300-div-clock";
  12. clocks = <&xclk>;
  13. #clock-cells = <0>;
  14. reg = <0xfee01b 2>;
  15. renesas,width = <2>;
  16. };