altr_socfpga.txt 1015 B

12345678910111213141516171819202122232425
  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. "altr,socfpga-gate-clk" - Clocks that directly feed peripherals and
  10. can get gated.
  11. - reg : shall be the control register offset from CLOCK_MANAGER's base for the clock.
  12. - clocks : shall be the input parent clock phandle for the clock. This is
  13. either an oscillator or a pll output.
  14. - #clock-cells : from common clock binding, shall be set to 0.
  15. Optional properties:
  16. - fixed-divider : If clocks have a fixed divider value, use this property.
  17. - clk-gate : For "socfpga-gate-clk", clk-gate contains the gating register
  18. and the bit index.
  19. - div-reg : For "socfpga-gate-clk", div-reg contains the divider register, bit shift,
  20. and width.