Input: st1232 - fix reporting multitouch coordinates
[sfrench/cifs-2.6.git] / Documentation / arm / sa1100 / adsbitsy.rst
1 ===============================
2 ADS Bitsy Single Board Computer
3 ===============================
4
5 (It is different from Bitsy(iPAQ) of Compaq)
6
7 For more details, contact Applied Data Systems or see
8 http://www.applieddata.net/products.html
9
10 The Linux support for this product has been provided by
11 Woojung Huh <whuh@applieddata.net>
12
13 Use 'make adsbitsy_config' before any 'make config'.
14 This will set up defaults for ADS Bitsy support.
15
16 The kernel zImage is linked to be loaded and executed at 0xc0400000.
17
18 Linux can  be used with the ADS BootLoader that ships with the
19 newer rev boards. See their documentation on how to load Linux.
20
21 Supported peripherals
22 =====================
23
24 - SA1100 LCD frame buffer (8/16bpp...sort of)
25 - SA1111 USB Master
26 - SA1100 serial port
27 - pcmcia, compact flash
28 - touchscreen(ucb1200)
29 - console on LCD screen
30 - serial ports (ttyS[0-2])
31   - ttyS0 is default for serial console
32
33 To do
34 =====
35
36 - everything else!  :-)
37
38 Notes
39 =====
40
41 - The flash on board is divided into 3 partitions.
42   You should be careful to use flash on board.
43   Its partition is different from GraphicsClient Plus and GraphicsMaster
44
45 - 16bpp mode requires a different cable than what ships with the board.
46   Contact ADS or look through the manual to wire your own. Currently,
47   if you compile with 16bit mode support and switch into a lower bpp
48   mode, the timing is off so the image is corrupted.  This will be
49   fixed soon.
50
51 Any contribution can be sent to nico@fluxnic.net and will be greatly welcome!