]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - Documentation/devicetree/bindings/clock/renesas,h8300-div-clock.txt
UBUNTU: Ubuntu-4.10.0-37.41
[mirror_ubuntu-zesty-kernel.git] / Documentation / devicetree / bindings / clock / renesas,h8300-div-clock.txt
CommitLineData
7b5bb891
YS
1* Renesas H8/300 divider clock
2
3Required Properties:
4
c4eb32b1 5 - compatible: Must be "renesas,h8300-div-clock"
7b5bb891
YS
6
7 - clocks: Reference to the parent clocks ("extal1" and "extal2")
8
9 - #clock-cells: Must be 1
10
11 - reg: Base address and length of the divide rate selector
12
13 - renesas,width: bit width of selector
14
15Example
16-------
17
18 cclk: cclk {
19 compatible = "renesas,h8300-div-clock";
20 clocks = <&xclk>;
21 #clock-cells = <0>;
22 reg = <0xfee01b 2>;
23 renesas,width = <2>;
24 };