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

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 # These are the wiring for the at91rm9200.  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="0xfffc0000"
   14 # USART1 is unit 2
   15 hint.uart.2.at="apb"
   16 hint.uart.2.maddr="0xfffc4000"
   17 # USART2 is unit 3
   18 hint.uart.3.at="apb"
   19 hint.uart.3.maddr="0xfffc8000"
   20 # USART3 is unit 4
   21 hint.uart.4.at="apb"
   22 hint.uart.4.maddr="0xfffcc000"
   23 
   24 # SSC0
   25 hint.ssc.0.at="apb"
   26 hint.ssc.0.maddr="0xfffd0000"
   27 # SSC1
   28 hint.ssc.1.at="apb"
   29 hint.ssc.1.maddr="0xfffd4000"
   30 # SSC2
   31 hint.ssc.1.at="apb"
   32 hint.ssc.1.maddr="0xfffd8000"
   33 
   34 # TC0, TC1, TC2
   35 hint.tc.0.at="apb"
   36 hint.tc.0.maddr="0xfffa0000"
   37 # TC3, TC4, TC5
   38 hint.tc.1.at="apb"
   39 hint.tc.1.maddr="0xfffa4000"
   40 
   41 # USB Device
   42 hint.udp.0.at="apb"
   43 hint.udp.0.maddr="0xfffb0000"
   44 
   45 # MCI
   46 hint.mci.0.at="apb"
   47 hint.mci.0.maddr="0xfffb4000"
   48 
   49 # TWI
   50 hint.twi.0.at="apb"
   51 hint.twi.0.maddr="0xfffb8000"
   52 
   53 # EMAC
   54 hint.emac.0.at="apb"
   55 hint.emac.0.maddr="0xfffbc000"
   56 
   57 # SPI
   58 hint.spi.0.at="apb"
   59 hint.spi.0.maddr="0xfffe0000"
   60 
   61 # PMC
   62 hint.pmc.0.at="apb"
   63 hint.pmc.0.maddr="0xfffffc00"
   64 
   65 # USB host (ohci)
   66 #??? maybe this needs to be on asb instead of apb
   67 hint.ohci.at="apb"
   68 hint.ohci.maddr="0x00300000"

Cache object: 6405eb2040dce968dd62532ffcfbdf98


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