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/at91/hints.at91sam9261

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/7.3/sys/arm/at91/hints.at91sam9261 155324 2006-02-04 23:32:13Z imp $
    2 #
    3 
    4 # These are the wiring for the at91sam9261.  These are the built-in devices
    5 # for that cpu.
    6 
    7 # DBGU is unit 0
    8 hint.uart.0.at="apb"
    9 hint.uart.0.maddr="0xfffff200"
   10 hint.uart.0.flags=0x10
   11 # USART0 is unit 1
   12 hint.uart.1.at="apb"
   13 hint.uart.1.maddr="0xfffb0000"
   14 # USART1 is unit 2
   15 hint.uart.2.at="apb"
   16 hint.uart.2.maddr="0xfffb4000"
   17 # USART2 is unit 3
   18 hint.uart.3.at="apb"
   19 hint.uart.3.maddr="0xfffb8000"
   20 # USART3 is unit 4
   21 hint.uart.4.at="apb"
   22 hint.uart.4.maddr="0xfffbc000"
   23 
   24 # TC0, TC1, TC2
   25 hint.tc.0.at="apb"
   26 hint.tc.0.maddr="0xfffa0000"
   27 
   28 # USB Device
   29 hint.udp.0.at="apb"
   30 hint.udp.0.maddr="0xfffa4000"
   31 
   32 # MCI
   33 hint.mci.0.at="apb"
   34 hint.mci.0.maddr="0xfffa8000"
   35 
   36 # TWI
   37 hint.twi.0.at="apb"
   38 hint.twi.0.maddr="0xfffac000"
   39 
   40 # SSC0
   41 hint.ssc.0.at="apb"
   42 hint.ssc.0.maddr="0xfffbc000"
   43 # SSC1
   44 hint.ssc.1.at="apb"
   45 hint.ssc.1.maddr="0xfffc0000"
   46 # SSC2
   47 hint.ssc.1.at="apb"
   48 hint.ssc.1.maddr="0xfffc4000"
   49 
   50 # SPI0
   51 hint.spi.0.at="apb"
   52 hint.spi.0.maddr="0xfffc8000"
   53 # SSC1
   54 hint.spi.1.at="apb"
   55 hint.spi.1.maddr="0xfffcc000"
   56 
   57 # PMC
   58 hint.pmc.0.at="apb"
   59 hint.pmc.0.maddr="0xfffffc00"
   60 
   61 # USB host (ohci)
   62 #??? maybe this needs to be on asb instead of apb
   63 hint.ohci.at="apb"
   64 hint.ohci.maddr="0x00500000"
   65 # LCD controller
   66 hint.atlcd.at="apb"
   67 hint.atlcd.maddr="0x00600000"

Cache object: 239ef1ffc360dc6a74de7d7cce44e342


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