[ 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  -  FREEBSD7  -  FREEBSD71  -  FREEBSD70  -  FREEBSD6  -  FREEBSD64  -  FREEBSD63  -  FREEBSD62  -  FREEBSD61  -  FREEBSD60  -  FREEBSD5  -  FREEBSD55  -  FREEBSD54  -  FREEBSD53  -  FREEBSD52  -  FREEBSD51  -  FREEBSD50  -  FREEBSD4  -  FREEBSD3  -  FREEBSD22  -  linux-2.6  -  linux-2.4.22  -  MK83  -  MK84  -  PLAN9  -  DFBSD  -  NETBSD  -  NETBSD5  -  NETBSD4  -  NETBSD3  -  NETBSD20  -  OPENBSD  -  xnu-517  -  xnu-792  -  xnu-792.6.70  -  xnu-1228  -  OPENSOLARIS  -  minix-3-1-1  -  TRUSTEDBSD-SEBSD  -  FREEBSD-LIBC  -  FREEBSD7-LIBC  -  FREEBSD6-LIBC  -  GLIBC27 
SearchContext: -  none  -  excerpts  -  bigexcerpts 

  1 # $FreeBSD: src/sys/arm/conf/AVILA.hints,v 1.4 2008/12/20 03:26:09 sam Exp $
  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 wired NIC's, requires ixpqmgr
 21 hint.npe.0.at="ixp0"
 22 hint.npe.0.npeid="B"
 23 hint.npe.0.mac="B"
 24 hint.npe.0.mii="B"
 25 hint.npe.0.phy=0
 26 hint.npe.1.at="ixp0"
 27 hint.npe.1.npeid="C"
 28 hint.npe.1.mac="C"
 29 hint.npe.1.mii="B"
 30 hint.npe.1.phy=1
 31 
 32 # CF IDE controller
 33 hint.ata_avila.0.at="ixp0"
 34 
 35 # Front Panel LED
 36 hint.led_avila.0.at="ixp0"
 37 
 38 # Analog Devices AD7418 temperature sensor
 39 hint.ad7418.0.at="iicbus0"
 40 hint.ad7418.0.addr=0x50
 41 
 42 # Dallas Semiconductor DS1672 RTC
 43 hint.ds1672.0.at="iicbus0"
 44 hint.ds1672.0.addr=0xd0

Cache object: a54c4f7ef5b4dace5a0f251a592a049b


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