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/ti/fapll.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 Binding for Texas Instruments FAPLL clock.
    2 
    3 Binding status: Unstable - ABI compatibility may be broken in the future
    4 
    5 This binding uses the common clock binding[1]. It assumes a
    6 register-mapped FAPLL with usually two selectable input clocks
    7 (reference clock and bypass clock), and one or more child
    8 syntesizers.
    9 
   10 [1] Documentation/devicetree/bindings/clock/clock-bindings.txt
   11 
   12 Required properties:
   13 - compatible : shall be "ti,dm816-fapll-clock"
   14 - #clock-cells : from common clock binding; shall be set to 0.
   15 - clocks : link phandles of parent clocks (clk-ref and clk-bypass)
   16 - reg : address and length of the register set for controlling the FAPLL.
   17 
   18 Examples:
   19         main_fapll: main_fapll {
   20                 #clock-cells = <1>;
   21                 compatible = "ti,dm816-fapll-clock";
   22                 reg = <0x400 0x40>;
   23                 clocks = <&sys_clkin_ck &sys_clkin_ck>;
   24                 clock-indices = <1>, <2>, <3>, <4>, <5>,
   25                                 <6>, <7>;
   26                 clock-output-names = "main_pll_clk1",
   27                                      "main_pll_clk2",
   28                                      "main_pll_clk3",
   29                                      "main_pll_clk4",
   30                                      "main_pll_clk5",
   31                                      "main_pll_clk6",
   32                                      "main_pll_clk7";
   33         };

Cache object: 1bcb7b42da918906b8197fa43dfd5160


[ 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.