[ 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  -  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/at91/hints.at91sam9261,v 1.1 2006/02/04 23:32:13 imp Exp $
  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: 14d0f16b479ac60831cf49978a2c421d


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