pxa-clock.txt 419 B

12345678910111213141516
  1. * Clock bindings for Marvell PXA chips
  2. Required properties:
  3. - compatible: Should be "marvell,pxa-clocks"
  4. - #clock-cells: Should be <1>
  5. The clock consumer should specify the desired clock by having the clock
  6. ID in its "clocks" phandle cell (see include/.../pxa-clock.h).
  7. Examples:
  8. pxa2xx_clks: pxa2xx_clks@41300004 {
  9. compatible = "marvell,pxa-clocks";
  10. #clock-cells = <1>;
  11. status = "okay";
  12. };