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/mvebu-corediv-clock.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 * Core Divider Clock bindings for Marvell MVEBU SoCs
    2 
    3 The following is a list of provided IDs and clock names on Armada 370/XP:
    4  0 = nand (NAND clock)
    5 
    6 Required properties:
    7 - compatible : must be "marvell,armada-370-corediv-clock",
    8                        "marvell,armada-375-corediv-clock",
    9                        "marvell,armada-380-corediv-clock",
   10                        "marvell,mv98dx3236-corediv-clock",
   11 
   12 - reg : must be the register address of Core Divider control register
   13 - #clock-cells : from common clock binding; shall be set to 1
   14 - clocks : must be set to the parent's phandle
   15 
   16 Example:
   17 
   18 corediv_clk: corediv-clocks@18740 {
   19         compatible = "marvell,armada-370-corediv-clock";
   20         reg = <0x18740 0xc>;
   21         #clock-cells = <1>;
   22         clocks = <&pll>;
   23 };

Cache object: 4c503e59888fcfb0a40c190bfae1e596


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