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/soc/amlogic/clk-measure.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 Amlogic Internal Clock Measurer
    2 ===============================
    3 
    4 The Amlogic SoCs contains an IP to measure the internal clocks.
    5 The precision is multiple of MHz, useful to debug the clock states.
    6 
    7 Required properties:
    8 - compatible: Shall contain one of the following :
    9                         "amlogic,meson-gx-clk-measure" for GX SoCs
   10                         "amlogic,meson8-clk-measure" for Meson8 SoCs
   11                         "amlogic,meson8b-clk-measure" for Meson8b SoCs
   12                         "amlogic,meson-axg-clk-measure" for AXG SoCs
   13                         "amlogic,meson-g12a-clk-measure" for G12a SoCs
   14                         "amlogic,meson-sm1-clk-measure" for SM1 SoCs
   15 - reg: base address and size of the Clock Measurer register space.
   16 
   17 Example:
   18         clock-measure@8758 {
   19                 compatible = "amlogic,meson-gx-clk-measure";
   20                 reg = <0x0 0x8758 0x0 0x10>;
   21         };

Cache object: 8c9f1773a8bfbbcb321f9b867512ce68


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