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/arm/conf/AVILA.hints

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 # $FreeBSD: releng/10.0/sys/arm/conf/AVILA.hints 239699 2012-08-26 01:21:02Z gjb $
    2 
    3 #
    4 # Device wiring for the Gateworks Avila 2384.
    5 #
    6 
    7 # DBGU is unit 0
    8 hint.uart.0.at="ixp0"
    9 hint.uart.0.addr=0xc8000000
   10 hint.uart.0.irq=15
   11 hint.uart.0.flags=0x10
   12 hint.uart.0.ier_rxbits=0x5d     # NB: need UUE+RTOIE
   13 # USART0 is unit 1
   14 hint.uart.1.at="ixp0"
   15 hint.uart.1.addr=0xc8001000
   16 hint.uart.1.irq=13
   17 hint.uart.1.ier_rxbits=0x5d     # NB: need UUE+RTOIE
   18 
   19 # NPE Hardware Queue Manager
   20 hint.ixpqmgr.0.at="ixp0"
   21 
   22 # NPE wired NICs, requires ixpqmgr
   23 hint.npe.0.at="ixp0"
   24 hint.npe.0.npeid="B"
   25 hint.npe.0.mac="B"
   26 hint.npe.0.mii="B"
   27 hint.npe.0.phy=0
   28 hint.npe.1.at="ixp0"
   29 hint.npe.1.npeid="C"
   30 hint.npe.1.mac="C"
   31 hint.npe.1.mii="B"
   32 hint.npe.1.phy=1
   33 
   34 # FLASH
   35 hint.cfi.0.at="ixp0"
   36 hint.cfi.0.addr=0x50000000
   37 
   38 # CF IDE controller
   39 hint.ata_avila.0.at="ixp0"
   40 
   41 # Front Panel LED
   42 hint.led_avila.0.at="ixp0"
   43 
   44 # GPIO pins
   45 hint.gpio_avila.0.at="ixp0"
   46 
   47 # Analog Devices AD7418 temperature sensor
   48 hint.ad7418.0.at="iicbus0"
   49 hint.ad7418.0.addr=0x50
   50 
   51 # Dallas Semiconductor DS1672 RTC
   52 hint.ds1672_rtc.0.at="iicbus0"
   53 hint.ds1672_rtc.0.addr=0xd0

Cache object: d4abf1adef979f3f53e47d532ad840fd


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