Prepare new maemo release
[maemo-rb.git] / firmware / export / config / ondavx747.h
blobd303ea5925e2df9067920a683f92d26f80381b22
1 /***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
10 * Copyright (C) 2008 by Maurus Cuelenaere
12 * This program is free software; you can redistribute it and/or
13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
18 * KIND, either express or implied.
20 ****************************************************************************/
23 * This config file is for the Onda VX747(+)/VX777
26 #define CONFIG_SDRAM_START 0x80004000
28 #ifdef ONDA_VX747P
29 #define MODEL_NAME "Onda VX747+"
30 #define MODEL_NUMBER 54
31 /* Define something for camera interface... */
32 #else
33 #define MODEL_NAME "Onda VX747"
34 #define MODEL_NUMBER 45
35 #endif
37 /* Support FAT16 for SD cards <= 2GB */
38 #define HAVE_FAT16SUPPORT
40 /* ChinaChip NAND FTL */
41 #define CONFIG_NAND NAND_CC
43 /* define this if you have a bitmap LCD display */
44 #define HAVE_LCD_BITMAP
46 /* define this if you have a colour LCD */
47 #define HAVE_LCD_COLOR
49 /* define this if you want album art for this target */
50 #define HAVE_ALBUMART
52 /* define this to enable bitmap scaling */
53 #define HAVE_BMP_SCALING
55 /* define this to enable JPEG decoding */
56 #define HAVE_JPEG
58 /* define this if you have access to the quickscreen */
59 #define HAVE_QUICKSCREEN
61 /* define this if you would like tagcache to build on this target */
62 #define HAVE_TAGCACHE
64 /* define this if the target has volume keys which can be used in the lists */
65 //#define HAVE_VOLUME_IN_LIST
67 /* LCD dimensions */
68 #define CONFIG_LCD LCD_ONDAVX747
70 #ifdef BOOTLOADER /* OF requires landscape */
71 #define LCD_WIDTH 400
72 #define LCD_HEIGHT 240
73 #else
74 #define LCD_WIDTH 240
75 #define LCD_HEIGHT 400
76 #endif
77 #define LCD_DPI 155
79 #define LCD_DEPTH 16 /* 16bit colours */
80 #define LCD_PIXELFORMAT RGB565 /* rgb565 */
82 /* Define this if your LCD can be enabled/disabled */
83 #define HAVE_LCD_ENABLE
85 #define CONFIG_KEYPAD ONDAVX747_PAD
87 #define HAVE_TOUCHSCREEN
88 #define HAVE_BUTTON_DATA
90 /* Define this if you do software codec */
91 #define CONFIG_CODEC SWCODEC
93 /* define this if you have a real-time clock */
94 #define CONFIG_RTC RTC_JZ47XX
96 /* Tuner config */
97 #define CONFIG_TUNER TEA5767
98 #define CONFIG_TUNER_XTAL 32768
100 /* Define this for LCD backlight available */
101 #define HAVE_BACKLIGHT
102 #define HAVE_BACKLIGHT_BRIGHTNESS
104 /* Which backlight fading type? */
105 #define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_SW_HW_REG
107 /* Main LCD backlight brightness range and defaults */
108 #define MIN_BRIGHTNESS_SETTING 1
109 #define MAX_BRIGHTNESS_SETTING 16
110 #define DEFAULT_BRIGHTNESS_SETTING 16 /* "full brightness" */
111 #define DEFAULT_DIMNESS_SETTING 1 /* "most dim" */
113 /* Define this if you have a software controlled poweroff */
114 #define HAVE_SW_POWEROFF
116 /* The number of bytes reserved for loadable codecs */
117 #define CODEC_SIZE 0x100000
119 /* The number of bytes reserved for loadable plugins */
120 #define PLUGIN_BUFFER_SIZE 0x100000
122 /* Define this if you have the Jz4740 internal codec */
123 #define HAVE_JZ4740_CODEC
125 /* Define bitmask of input sources - recordable bitmask can be defined
126 explicitly if different */
127 #define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO)
129 /* has no tone controls, so we use the software ones */
130 #define HAVE_SW_TONE_CONTROLS
132 /* has no volume control, so we use the software ones */
133 #define HAVE_SW_VOLUME_CONTROL
135 /* software controlled volume ranges from -73 -> 0 dB, other than that
136 is controlled by hardware */
137 #define SW_VOLUME_MIN -73
138 #define SW_VOLUME_MAX 0
140 /* define the bitmask of hardware sample rates */
141 #define HW_SAMPR_CAPS (SAMPR_CAP_48 | SAMPR_CAP_44 | SAMPR_CAP_32 | \
142 SAMPR_CAP_24 | SAMPR_CAP_22 | SAMPR_CAP_16 | \
143 SAMPR_CAP_12 | SAMPR_CAP_11 | SAMPR_CAP_8)
145 #define CONFIG_I2C I2C_JZ47XX
147 #define NEED_ADC_CLOSE 1
149 #define BATTERY_CAPACITY_DEFAULT 1250 /* default battery capacity */
150 #define BATTERY_CAPACITY_MIN 500 /* min. capacity selectable */
151 #define BATTERY_CAPACITY_MAX 2500 /* max. capacity selectable */
152 #define BATTERY_CAPACITY_INC 100 /* capacity increment */
153 #define BATTERY_TYPES_COUNT 1 /* only one type */
155 #define CONFIG_BATTERY_MEASURE VOLTAGE_MEASURE
157 /* Hardware controlled charging with monitoring */
158 #define CONFIG_CHARGING CHARGING_MONITOR
160 /* There is only USB charging */
161 #define HAVE_USB_POWER
163 #define CFG_EXTAL 12000000 /* EXT clock: 12 Mhz */
166 No access to the NAND yet..
168 #define CONFIG_STORAGE (STORAGE_NAND | STORAGE_SD)
169 #define NUM_DRIVES 2
171 #define CONFIG_STORAGE (STORAGE_SD)
172 #define HAVE_MULTIDRIVE
173 #define NUM_DRIVES 1
174 #define HAVE_HOTSWAP_STORAGE_AS_MAIN
175 #define INCLUDE_TIMEOUT_API
177 /* Define this if media can be exchanged on the fly */
178 #define HAVE_HOTSWAP
180 /* Define this if you have a Ingenic JZ4732 */
181 #define CONFIG_CPU JZ4732
183 /* define this if the hardware can be powered off while charging */
184 #define HAVE_POWEROFF_WHILE_CHARGING
186 /* Define this if you have a speaker */
187 #define HAVE_SPEAKER
189 /* Define this to the CPU frequency */
190 #define CPU_FREQ 336000000 /* CPU clock: 336 MHz */
192 /* define this if you have a flash memory storage */
193 #define HAVE_FLASH_STORAGE
195 /* Offset ( in the firmware file's header ) to the file CRC */
196 #define FIRMWARE_OFFSET_FILE_CRC 0
198 /* Offset ( in the firmware file's header ) to the real data */
199 #define FIRMWARE_OFFSET_FILE_DATA 8
201 /* Define this if you have adjustable CPU frequency */
202 #define HAVE_ADJUSTABLE_CPU_FREQ
204 #ifdef ONDA_VX747P
205 #define BOOTFILE_EXT "vx747p"
206 #else
207 #define BOOTFILE_EXT "vx747"
208 #endif
210 #define BOOTFILE "rockbox." BOOTFILE_EXT
211 #define BOOTDIR "/.rockbox"
213 #define CONFIG_USBOTG USBOTG_JZ4740
214 #define HAVE_USBSTACK
215 #define USE_ROCKBOX_USB
216 /* Connect by events, not by tick polling */
217 #define USB_STATUS_BY_EVENT
219 #define USB_VENDOR_ID 0x07C4
220 #define USB_PRODUCT_ID 0xA4A5
222 /* Define this if a programmable hotkey is mapped */
223 //#define HAVE_HOTKEY