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/arm/picoxcell.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 Picochip picoXcell device tree bindings.
    2 ========================================
    3 
    4 Required root node properties:
    5     - compatible:
    6         - "picochip,pc7302-pc3x3" : PC7302 development board with PC3X3 device.
    7         - "picochip,pc7302-pc3x2" : PC7302 development board with PC3X2 device.
    8         - "picochip,pc3x3" : picoXcell PC3X3 device based board.
    9         - "picochip,pc3x2" : picoXcell PC3X2 device based board.
   10 
   11 Timers required properties:
   12     - compatible = "picochip,pc3x2-timer"
   13     - interrupts : The single IRQ line for the timer.
   14     - clock-freq : The frequency in HZ of the timer.
   15     - reg : The register bank for the timer.
   16 
   17 Note: two timers are required - one for the scheduler clock and one for the
   18 event tick/NOHZ.
   19 
   20 VIC required properties:
   21     - compatible = "arm,pl192-vic".
   22     - interrupt-controller.
   23     - reg : The register bank for the device.
   24     - #interrupt-cells : Must be 1.

Cache object: e0e7652bb8c7ba4dae68e6cc0152e49e


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