]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/mips/conf/BERI_DE4.hints
MFC r256865
[FreeBSD/stable/10.git] / sys / mips / conf / BERI_DE4.hints
1 # $FreeBSD$
2
3 #
4 # Altera JTAG UARTs configured for console, debugging, and data putput on the
5 # Terasic DE-4.
6 #
7 hint.altera_jtag_uart.0.at="nexus0"
8 hint.altera_jtag_uart.0.maddr=0x7f000000
9 hint.altera_jtag_uart.0.msize=0x40
10 hint.altera_jtag_uart.0.irq=0
11
12 hint.altera_jtag_uart.1.at="nexus0"
13 hint.altera_jtag_uart.1.maddr=0x7f001000
14 hint.altera_jtag_uart.1.msize=0x40
15
16 hint.altera_jtag_uart.2.at="nexus0"
17 hint.altera_jtag_uart.2.maddr=0x7f002000
18 hint.altera_jtag_uart.2.msize=0x40
19
20 #
21 # On-board DE4 and tPad SD Card IP core
22 #
23 hint.altera_sdcardc.0.at="nexus0"
24 hint.altera_sdcardc.0.maddr=0x7f008000
25 hint.altera_sdcardc.0.msize=0x400
26
27 #
28 # On-board DE4 8-element LED
29 #
30 hint.terasic_de4led.0.at="nexus0"
31 hint.terasic_de4led.0.maddr=0x7f006000
32 hint.terasic_de4led.0.msize=1
33 hint.terasic_de4led.0.de4led_0_cmd="f9"
34
35 #
36 # Terasic Multi-touch LCD (MTL), an optional feature in DE-4 configurations.
37 #
38 hint.terasic_mtl.0.at="nexus0"
39 hint.terasic_mtl.0.reg_maddr=0x70400000
40 hint.terasic_mtl.0.reg_msize=0x1000
41 hint.terasic_mtl.0.pixel_maddr=0x70000000
42 hint.terasic_mtl.0.pixel_msize=0x177000
43 hint.terasic_mtl.0.text_maddr=0x70177000
44 hint.terasic_mtl.0.text_msize=0x2000
45
46 #
47 # BERI Hardware Version ROM
48 #
49 hint.altera_avgen.0.at="nexus0"
50 hint.altera_avgen.0.maddr=0x7F00A000
51 hint.altera_avgen.0.msize=20
52 hint.altera_avgen.0.width=4
53 hint.altera_avgen.0.fileio="rw"
54 hint.altera_avgen.0.devname="berirom"
55
56 #
57 # Expose the DE4 flash via an Avalon "generic" device.
58 #
59 #hint.altera_avgen.0.at="nexus0"
60 #hint.altera_avgen.0.maddr=0x74000000
61 #hint.altera_avgen.0.msize=0x4000000
62 #hint.altera_avgen.0.width=2
63 #hint.altera_avgen.0.fileio="rw"
64 #hint.altera_avgen.0.mmapio="rwx"
65 #hint.altera_avgen.0.devname="de4flash"
66
67 #
68 # Expose the DE4 buttons and switches via an Avalon "generic" device.
69
70 hint.altera_avgen.0.at="nexus0"
71 hint.altera_avgen.0.maddr=0x7f009000
72 hint.altera_avgen.0.msize=2
73 hint.altera_avgen.0.width=1
74 hint.altera_avgen.0.fileio="r"
75 hint.altera_avgen.0.devname="de4bsw"