The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/clock/altr_socfpga.txt

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 Device Tree Clock bindings for Altera's SoCFPGA platform
    2 
    3 This binding uses the common clock binding[1].
    4 
    5 [1] Documentation/devicetree/bindings/clock/clock-bindings.txt
    6 
    7 Required properties:
    8 - compatible : shall be one of the following:
    9         "altr,socfpga-pll-clock" - for a PLL clock
   10         "altr,socfpga-perip-clock" - The peripheral clock divided from the
   11                 PLL clock.
   12         "altr,socfpga-gate-clk" - Clocks that directly feed peripherals and
   13                 can get gated.
   14 
   15 - reg : shall be the control register offset from CLOCK_MANAGER's base for the clock.
   16 - clocks : shall be the input parent clock phandle for the clock. This is
   17         either an oscillator or a pll output.
   18 - #clock-cells : from common clock binding, shall be set to 0.
   19 
   20 Optional properties:
   21 - fixed-divider : If clocks have a fixed divider value, use this property.
   22 - clk-gate : For "socfpga-gate-clk", clk-gate contains the gating register
   23         and the bit index.
   24 - div-reg : For "socfpga-gate-clk" and "socfpga-periph-clock", div-reg contains
   25         the divider register, bit shift, and width.
   26 - clk-phase : For the sdmmc_clk, contains the value of the clock phase that controls
   27         the SDMMC CIU clock. The first value is the clk_sample(smpsel), and the second
   28         value is the cclk_in_drv(drvsel). The clk-phase is used to enable the correct
   29         hold/delay times that is needed for the SD/MMC CIU clock. The values of both
   30         can be 0-315 degrees, in 45 degree increments.

Cache object: 7ae190e23c99d771b3f930056973df60


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.