altr_socfpga.txt 721 B

123456789101112131415161718
  1. Device Tree Clock bindings for Altera's SoCFPGA platform
  2. This binding uses the common clock binding[1].
  3. [1] Documentation/devicetree/bindings/clock/clock-bindings.txt
  4. Required properties:
  5. - compatible : shall be one of the following:
  6. "altr,socfpga-pll-clock" - for a PLL clock
  7. "altr,socfpga-perip-clock" - The peripheral clock divided from the
  8. PLL clock.
  9. - reg : shall be the control register offset from CLOCK_MANAGER's base for the clock.
  10. - clocks : shall be the input parent clock phandle for the clock. This is
  11. either an oscillator or a pll output.
  12. - #clock-cells : from common clock binding, shall be set to 0.
  13. Optional properties:
  14. - fixed-divider : If clocks have a fixed divider value, use this property.