summaryrefslogtreecommitdiffstats
path: root/Documentation/arm/netwinder.rst
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-04-14 14:51:10 -0400
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-07-15 08:20:24 -0400
commitdc7a12bdfccd94c31f79e294f16f7549bd411b49 (patch)
tree81da5ca148347b94c4539234f50d4bca6465e2f8 /Documentation/arm/netwinder.rst
parent0d07cf5e53a21e35289adc3ab99b6804ff0c3833 (diff)
docs: arm: convert docs to ReST and rename to *.rst
Converts ARM the text files to ReST, preparing them to be an architecture book. The conversion is actually: - add blank lines and identation in order to identify paragraphs; - fix tables markups; - add some lists markups; - mark literal blocks; - adjust title markups. At its new index.rst, let's add a :orphan: while this is not linked to the main index.rst file, in order to avoid build warnings. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Reviewed-by Corentin Labbe <clabbe.montjoie@gmail.com> # For sun4i-ss
Diffstat (limited to 'Documentation/arm/netwinder.rst')
-rw-r--r--Documentation/arm/netwinder.rst85
1 files changed, 85 insertions, 0 deletions
diff --git a/Documentation/arm/netwinder.rst b/Documentation/arm/netwinder.rst
new file mode 100644
index 000000000000..8eab66caa2ac
--- /dev/null
+++ b/Documentation/arm/netwinder.rst
@@ -0,0 +1,85 @@
1================================
2NetWinder specific documentation
3================================
4
5The NetWinder is a small low-power computer, primarily designed
6to run Linux. It is based around the StrongARM RISC processor,
7DC21285 PCI bridge, with PC-type hardware glued around it.
8
9Port usage
10==========
11
12======= ====== ===============================
13Min Max Description
14======= ====== ===============================
150x0000 0x000f DMA1
160x0020 0x0021 PIC1
170x0060 0x006f Keyboard
180x0070 0x007f RTC
190x0080 0x0087 DMA1
200x0088 0x008f DMA2
210x00a0 0x00a3 PIC2
220x00c0 0x00df DMA2
230x0180 0x0187 IRDA
240x01f0 0x01f6 ide0
250x0201 Game port
260x0203 RWA010 configuration read
270x0220 ? SoundBlaster
280x0250 ? WaveArtist
290x0279 RWA010 configuration index
300x02f8 0x02ff Serial ttyS1
310x0300 0x031f Ether10
320x0338 GPIO1
330x033a GPIO2
340x0370 0x0371 W83977F configuration registers
350x0388 ? AdLib
360x03c0 0x03df VGA
370x03f6 ide0
380x03f8 0x03ff Serial ttyS0
390x0400 0x0408 DC21143
400x0480 0x0487 DMA1
410x0488 0x048f DMA2
420x0a79 RWA010 configuration write
430xe800 0xe80f ide0/ide1 BM DMA
44======= ====== ===============================
45
46
47Interrupt usage
48===============
49
50======= ======= ========================
51IRQ type Description
52======= ======= ========================
53 0 ISA 100Hz timer
54 1 ISA Keyboard
55 2 ISA cascade
56 3 ISA Serial ttyS1
57 4 ISA Serial ttyS0
58 5 ISA PS/2 mouse
59 6 ISA IRDA
60 7 ISA Printer
61 8 ISA RTC alarm
62 9 ISA
6310 ISA GP10 (Orange reset button)
6411 ISA
6512 ISA WaveArtist
6613 ISA
6714 ISA hda1
6815 ISA
69======= ======= ========================
70
71DMA usage
72=========
73
74======= ======= ===========
75DMA type Description
76======= ======= ===========
77 0 ISA IRDA
78 1 ISA
79 2 ISA cascade
80 3 ISA WaveArtist
81 4 ISA
82 5 ISA
83 6 ISA
84 7 ISA WaveArtist
85======= ======= ===========