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/CAMBRIA.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/CAMBRIA.hints 239699 2012-08-26 01:21:02Z gjb $
    2 
    3 #
    4 # Device wiring for the Gateworks Cambria 2358.
    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 
   14 # NB: no UART1 on ixp435
   15 
   16 # optional GPS serial port
   17 #hint.uart.1.at="ixp0"
   18 #hint.uart.1.addr=0x53fc0000
   19 #hint.uart.1.irq=20
   20 #hint.uart.1.ier_rxbits=0x1
   21 #hint.uart.1.rclk=1843200
   22 # optional RS485 serial port
   23 #hint.uart.2.at="ixp0"
   24 #hint.uart.2.addr=0x53f80000
   25 #hint.uart.2.irq=21
   26 #hint.uart.2.rclk=1843200
   27 
   28 # NPE Hardware Queue Manager
   29 hint.ixpqmgr.0.at="ixp0"
   30 
   31 # NPE wired NICs, requires ixpqmgr
   32 hint.npe.0.at="ixp0"
   33 hint.npe.0.npeid="C"
   34 hint.npe.0.mac="C"
   35 hint.npe.0.mii="C"
   36 hint.npe.0.phy=1
   37 hint.npe.1.at="ixp0"
   38 hint.npe.1.npeid="A"
   39 hint.npe.1.mac="A"
   40 hint.npe.1.mii="C"
   41 hint.npe.1.phy=2
   42 
   43 # FLASH
   44 hint.cfi.0.at="ixp0"
   45 hint.cfi.0.addr=0x50000000
   46 
   47 # CF IDE controller
   48 hint.ata_avila.0.at="ixp0"
   49 
   50 # Front Panel LED
   51 hint.fled.0.at="iicbus0"
   52 hint.fled.0.addr=0x5a
   53 
   54 # Octal LED Latch
   55 hint.led_cambria.0.at="ixp0"
   56 
   57 # GPIO pins
   58 hint.gpio_cambria.0.at="iicbus0"
   59 hint.gpio_cambria.0.addr=0x56
   60 
   61 # Analog Devices AD7418 temperature sensor
   62 hint.ad7418.0.at="iicbus0"
   63 hint.ad7418.0.addr=0x50
   64 
   65 # Dallas Semiconductor DS1672 RTC
   66 hint.ds1672_rtc.0.at="iicbus0"
   67 hint.ds1672_rtc.0.addr=0xd0
   68 
   69 # USB is part of the chip
   70 hint.ehci.0.at="ixp0"
   71 hint.ehci.0.addr=0xcd000000
   72 hint.ehci.0.irq=32
   73 hint.ehci.1.at="ixp0"
   74 hint.ehci.1.addr=0xce000000
   75 hint.ehci.1.irq=33

Cache object: 32f3fcf5cc5fbf2090033f220a0aff42


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