]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/arm/at91/hints.at91rm9200
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / arm / at91 / hints.at91rm9200
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"