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$
    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 # USART0 is unit 1
   13 hint.uart.1.at="ixp0"
   14 hint.uart.1.addr=0xc8001000
   15 hint.uart.1.irq=13
   16 
   17 # NPE Hardware Queue Manager
   18 hint.ixpqmgr.0.at="ixp0"
   19 
   20 # NPE wireless NIC's, requires ixpqmgr
   21 hint.npe.0.at="ixp0"
   22 hint.npe.0.mac="A"
   23 hint.npe.0.mii="A"
   24 hint.npe.0.phy=0
   25 hint.npe.1.at="ixp0"
   26 hint.npe.1.mac="B"
   27 # NB: on 2348 boards all PHY's are addressed through MAC A
   28 hint.npe.1.mii="A"
   29 hint.npe.1.phy=1
   30 
   31 # CF IDE controller
   32 hint.ata_avila.0.at="ixp0"
   33 
   34 # LED connected to gpio
   35 hint.led_avila.0.at="ixp0"
   36 
   37 # Analog Devices AD7418 temperature sensor
   38 hint.ad7418.0.at="iicbus0"
   39 hint.ad7418.0.addr=0x50
   40 
   41 # Dallas Semiconductor DS1672 RTC
   42 hint.ds1672.0.at="iicbus0"
   43 hint.ds1672.0.addr=0xd0

Cache object: b31c7bc0aa5f25e6c22d7a38bccfe10d


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