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/timer/amlogic,meson6-timer.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 Meson6 SoCs Timer Controller
    2 
    3 Required properties:
    4 
    5 - compatible : should be "amlogic,meson6-timer"
    6 - reg : Specifies base physical address and size of the registers.
    7 - interrupts : The four interrupts, one for each timer event
    8 - clocks : phandles to the pclk (system clock) and XTAL clocks
    9 - clock-names : must contain "pclk" and "xtal"
   10 
   11 Example:
   12 
   13 timer@c1109940 {
   14         compatible = "amlogic,meson6-timer";
   15         reg = <0xc1109940 0x14>;
   16         interrupts = <GIC_SPI 10 IRQ_TYPE_EDGE_RISING>,
   17                      <GIC_SPI 11 IRQ_TYPE_EDGE_RISING>,
   18                      <GIC_SPI 6 IRQ_TYPE_EDGE_RISING>,
   19                      <GIC_SPI 29 IRQ_TYPE_EDGE_RISING>;
   20         clocks = <&xtal>, <&clk81>;
   21         clock-names = "xtal", "pclk";
   22 };

Cache object: fcd71a7a981daeead43b3d88a0c3c459


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