xref: /freebsd/sys/contrib/device-tree/Bindings/clock/pxa-clock.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel Vadot* Clock bindings for Marvell PXA chips
2*c66ec88fSEmmanuel Vadot
3*c66ec88fSEmmanuel VadotRequired properties:
4*c66ec88fSEmmanuel Vadot- compatible: Should be "marvell,pxa-clocks"
5*c66ec88fSEmmanuel Vadot- #clock-cells: Should be <1>
6*c66ec88fSEmmanuel Vadot
7*c66ec88fSEmmanuel VadotThe clock consumer should specify the desired clock by having the clock
8*c66ec88fSEmmanuel VadotID in its "clocks" phandle cell (see include/.../pxa-clock.h).
9*c66ec88fSEmmanuel Vadot
10*c66ec88fSEmmanuel VadotExamples:
11*c66ec88fSEmmanuel Vadot
12*c66ec88fSEmmanuel Vadotpxa2xx_clks: pxa2xx_clks@41300004 {
13*c66ec88fSEmmanuel Vadot        compatible = "marvell,pxa-clocks";
14*c66ec88fSEmmanuel Vadot        #clock-cells = <1>;
15*c66ec88fSEmmanuel Vadot};
16