tizen 2.4 release
[kernel/u-boot-tm1.git] / include / configs / sp7715eaopenphone.h
1 /*
2  * (C) Copyright 2009 DENX Software Engineering
3  * Author: John Rigby <jrigby@gmail.com>
4  *
5  * This program is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU General Public License as
7  * published by the Free Software Foundation; either version 2 of
8  * the License, or (at your option) any later version.
9  *
10  * This program is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13  * GNU General Public License for more details.
14  *
15  * You should have received a copy of the GNU General Public License
16  * along with this program; if not, write to the Free Software
17  * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
18  * MA 02111-1307 USA
19  */
20
21 #ifndef __CONFIG_H
22 #define __CONFIG_H
23
24 //#define CONFIG_OF_LIBFDT
25 //#ifdef CONFIG_OF_LIBFDT
26 //ask for detect it
27 #define DT_PLATFROM_ID 7715
28 #define DT_HARDWARE_ID 1
29 #define DT_SOC_VER     0x20000
30 //#endif
31
32 //only used in fdl2 .in uart download, the debug infors  from  serial will break the download process.
33 #define CONFIG_FDL2_PRINT        0
34 #define BOOT_NATIVE_LINUX        1
35 #define BOOT_NATIVE_LINUX_MODEM  1
36 //#define CALIBRATION_FLAG         0x89FFFC00
37 //#define       CALIBRATION_FLAG_WCDMA   0x89FFFC00
38 #define CONFIG_SILENT_CONSOLE
39 #define CONFIG_GPIOLIB 1
40 //#define NAND_DEBUG  
41 //#define DEBUG
42 #define CONFIG_SDRAMDISK
43
44 #define U_BOOT_SPRD_VER 1
45 /*#define SPRD_EVM_TAG_ON 1*/
46 #ifdef SPRD_EVM_TAG_ON
47 #define SPRD_EVM_ADDR_START 0x00026000
48 #define SPRD_EVM_TAG(_x) (*(((unsigned long *)SPRD_EVM_ADDR_START)+_x) = *(volatile unsigned long *)0x87003004)
49 #endif
50 #define CONFIG_L2_OFF                   1
51
52 #define BOOT_DEBUG 1
53
54 #define CONFIG_YAFFS2 1
55
56 #define BOOT_PART "boot"
57 //#define BOOT_PART "kernel"
58 #define RECOVERY_PART "recovery"
59 /*
60  * SPREADTRUM BIGPHONE board - SoC Configuration
61  */
62 #define CONFIG_SPX15
63 #define CONFIG_SPX15_WCDMA
64 #define CONFIG_SP7715_OPENPHONE
65 #define CONFIG_SC8830
66
67 #define CONFIG_AUTODLOADER
68 #define CONFIG_SP8830WCN
69
70 #define CHIP_ENDIAN_LITTLE
71 #define _LITTLE_ENDIAN 1
72
73
74 #define CONFIG_SUPPORT_W
75 #define WDSP_ADR        0x88020000
76 #define WFIXNV_ADR      0x88220000
77 #define WRUNTIMENV_ADR  0x88260000
78 #define WMODEM_ADR      0x882c0000
79 #define CONFIG_SUPPORT_WIFI
80 #define WCNMODEM_ADR     0x8a860000
81 #define WCNFIXNV_ADR     0x8a800000
82 #define WCNRUNTIMENV_ADR 0x8a820000
83 #define CONFIG_RAM512M
84
85 #define CONFIG_EMMC_BOOT
86
87 #ifdef  CONFIG_EMMC_BOOT
88 #define EMMC_SECTOR_SIZE 512
89 #define CONFIG_MMC
90
91 #define CONFIG_FS_EXT4
92 #define CONFIG_EXT4_WRITE
93 #define CONFIG_CMD_EXT4
94 #define CONFIG_CMD_EXT4_WRITE
95
96 //#define CONFIG_TIGER_MMC
97 #define CONFIG_UEFI_PARTITION
98 #define CONFIG_EFI_PARTITION
99 #define CONFIG_EXT4_SPARSE_DOWNLOAD
100 //#define CONFIG_EMMC_SPL
101 #define CONFIG_SYS_EMMC_U_BOOT_SECTOR_NUM ((CONFIG_SYS_NAND_U_BOOT_SIZE+EMMC_SECTOR_SIZE-1)/EMMC_SECTOR_SIZE)
102 #endif
103
104 /*
105  * MMC definition
106  */
107 #define CONFIG_CMD_MMC
108 #ifdef  CONFIG_CMD_MMC
109 #define CONFIG_CMD_FAT                  1
110 #define CONFIG_FAT_WRITE                1
111 #define CONFIG_MMC                      1
112 #define CONFIG_GENERIC_MMC              1
113 #define CONFIG_SDHCI                    1
114 #define CONFIG_SDHCI_CTRL_NO_HISPD      1 /* disable high speed control */
115 #define CONFIG_SYS_MMC_MAX_BLK_COUNT    0x1000
116 #define CONFIG_MMC_SDMA                 1
117 #define CONFIG_MV_SDHCI                 1
118 #define CONFIG_DOS_PARTITION            1
119 #define CONFIG_EFI_PARTITION            1
120 #define CONFIG_SYS_MMC_NUM              1
121 #define CONFIG_SYS_MMC_BASE             {0x20600000}
122 #define CONFIG_SYS_SD_BASE              0x20300000
123 #endif
124
125 #define BB_DRAM_TYPE_256MB_32BIT
126
127 #define CONFIG_SYS_HZ                   1000
128 #define CONFIG_SPRD_TIMER_CLK           1000 /*32768*/
129
130 //#define CONFIG_SYS_HUSH_PARSER
131
132 #ifdef CONFIG_SYS_HUSH_PARSER
133 #define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
134 #endif
135
136 #define FIXNV_SIZE              (256 * 1024)
137 #define WMODEM_SIZE             (0x800000)
138 #define WDSP_SIZE               (0x200000) /* 3968K */
139 #define WCNMODEM_SIZE           (0x800000)
140 #define VMJALUNA_SIZE           (0x64000) /* 400K */
141 #define RUNTIMENV_SIZE          (384 * 1024)
142 #define CONFIG_SPL_LOAD_LEN     (0x6000)
143
144
145 /*#define CMDLINE_NEED_CONV */
146
147 #define WATCHDOG_LOAD_VALUE     0x4000
148 #define CONFIG_SYS_STACK_SIZE   0x400
149 //#define CONFIG_SYS_TEXT_BASZE  0x80f00000
150
151 //#define       CONFIG_SYS_MONITOR_LEN          (256 << 10)     /* 256 kB for U-Boot */
152
153 /* NAND BOOT is the only boot method */
154 #define CONFIG_NAND_U_BOOT
155 #define DYNAMIC_CRC_TABLE
156 /* Start copying real U-boot from the second page */
157 #define CONFIG_SYS_NAND_U_BOOT_OFFS     0x40000
158 #define CONFIG_SYS_NAND_U_BOOT_SIZE     0x8A000
159 #define RAM_TYPPE_IS_SDRAM      0
160 //#define FPGA_TRACE_DOWNLOAD //for download image from trace
161
162 /* Load U-Boot to this address */
163 #define CONFIG_SYS_NAND_U_BOOT_DST      0x8f800000
164 #define CONFIG_SYS_NAND_U_BOOT_START    CONFIG_SYS_NAND_U_BOOT_DST
165 #define CONFIG_SYS_SDRAM_BASE 0x80000000
166 #define CONFIG_SYS_SDRAM_END (CONFIG_SYS_SDRAM_BASE + 256*1024*1024)
167
168 #ifdef CONFIG_NAND_SPL
169 #define CONFIG_SYS_INIT_SP_ADDR         (CONFIG_SYS_SDRAM_END - 0x40000)
170 #else
171
172 #define CONFIG_MMU_TABLE_ADDR (0x00020000)
173 #define CONFIG_SYS_INIT_SP_ADDR     \
174         (CONFIG_SYS_SDRAM_END - 0x10000 - GENERATED_GBL_DATA_SIZE)
175
176 #define CONFIG_SKIP_LOWLEVEL_INIT
177 #endif
178
179 #define CONFIG_HW_WATCHDOG
180 //#define CONFIG_AUTOBOOT //used for FPGA test, auto boot other image
181 //#define CONFIG_DISPLAY_CPUINFO
182
183 #define CONFIG_CMDLINE_TAG              1       /* enable passing of ATAGs */
184 #define CONFIG_SETUP_MEMORY_TAGS        1
185 #define CONFIG_INITRD_TAG               1
186
187 /*
188  * Memory Info
189  */
190 /* malloc() len */
191 #define CONFIG_SYS_MALLOC_LEN           (2 << 20)       /* 1 MiB */
192 /*
193  * Board has 2 32MB banks of DRAM but there is a bug when using
194  * both so only the first is configured
195  */
196 #define CONFIG_NR_DRAM_BANKS    1
197
198 #define PHYS_SDRAM_1            0x80000000
199 #define PHYS_SDRAM_1_SIZE       0x10000000
200 #if (CONFIG_NR_DRAM_BANKS == 2)
201 #define PHYS_SDRAM_2            0x90000000
202 #define PHYS_SDRAM_2_SIZE       0x10000000
203 #endif
204 /* 8MB DRAM test */
205 #define CONFIG_SYS_MEMTEST_START        PHYS_SDRAM_1
206 #define CONFIG_SYS_MEMTEST_END          (PHYS_SDRAM_1+0x0800000)
207 #define CONFIG_STACKSIZE        (256 * 1024)    /* regular stack */
208
209 /*
210  * Serial Info
211  */
212 #define CONFIG_SPRD_UART                1
213 #define CONFIG_SYS_SC8800X_UART1        1
214 #define CONFIG_CONS_INDEX       1       /* use UART0 for console */
215 #define CONFIG_BAUDRATE         115200  /* Default baud rate */
216 #define CONFIG_SYS_BAUDRATE_TABLE       { 9600, 19200, 38400, 57600, 115200 }
217 #define CONFIG_SPRD_SPI
218 #define CONFIG_SPRD_I2C
219 #define CONFIG_SC8830_I2C
220 /*
221  * Flash & Environment
222  */
223 /* No NOR flash present */
224 #define CONFIG_SYS_MONITOR_LEN ((CONFIG_SYS_NAND_U_BOOT_OFFS)+(CONFIG_SYS_NAND_U_BOOT_SIZE))
225 #define CONFIG_SYS_NO_FLASH     1
226 #define CONFIG_ENV_IS_NOWHERE
227 #define CONFIG_ENV_SIZE         (128 * 1024)    
228 /*
229 #define CONFIG_ENV_IS_IN_NAND
230 #define CONFIG_ENV_OFFSET       CONFIG_SYS_MONITOR_LEN
231 #define CONFIG_ENV_OFFSET_REDUND        (CONFIG_ENV_OFFSET + CONFIG_ENV_SIZE)
232 */
233
234 /* DDR */
235 #define CONFIG_CLK_PARA
236 //#define CONFIG_FPGA
237
238 #ifndef CONFIG_CLK_PARA
239 #define DDR_CLK 333
240 #else
241 #define MAGIC_HEADER    0x5555AAAA
242 #define MAGIC_END       0xAAAA5555
243 #define CONFIG_PARA_VERSION 1
244 #define CLK_CA7_CORE    ARM_CLK_1000M
245 #define CLK_CA7_AXI     ARM_CLK_500M
246 #define CLK_CA7_DGB     ARM_CLK_200M
247 #define CLK_CA7_AHB     AHB_CLK_192M
248 #define CLK_CA7_APB     APB_CLK_64M
249 #define CLK_PUB_AHB     PUB_AHB_CLK_153_6M
250 #define CLK_AON_APB     AON_APB_CLK_128M
251 #define DDR_FREQ        333000000
252 #define DCDC_ARM        1200
253 #define DCDC_CORE       1100
254 #define CONFIG_VOL_PARA
255 #endif
256 //---these three macro below,only one can be open
257 //#define DDR_LPDDR1
258 #define DDR_LPDDR2
259 //#define DDR_DDR3
260
261 //#define DDR_TYPE DRAM_LPDDR2_2CS_8G_X32
262 #define DDR_TYPE DRAM_LPDDR2_1CS_4G_X32
263 //#define DDR_TYPE DRAM_LPDDR2_1CS_8G_X32
264 //#define DDR_TYPE DRAM_LPDDR2_2CS_16G_X32
265 //#define DDR_TYPE DRAM_DDR3_1CS_2G_X8_4P
266 //#define DDR_TYPE DRAM_DDR3_1CS_4G_X16_2P
267
268 #define DDR3_DLL_ON TRUE
269 //#define DLL_BYPASS
270 #define DDR_APB_CLK 128
271 #define DDR_DFS_SUPPORT
272 #define DDR_DFS_VAL_BASE 0X1c00
273
274 //#define DDR_SCAN_SUPPORT
275 #define MEM_IO_DS LPDDR2_DS_40R
276
277 #define PUBL_LPDDR1_DS PUBL_LPDDR1_DS_48OHM
278 #define PUBL_LPDDR2_DS PUBL_LPDDR2_DS_40OHM
279 #define PUBL_DDR3_DS   PUBL_DDR3_DS_34OHM
280
281 /* NAND */
282 #define CONFIG_NAND_DOLPHIN
283 #define CONFIG_SPRD_NAND_REGS_BASE      (0x20B00000)
284 #define CONFIG_SYS_MAX_NAND_DEVICE      1
285 #define CONFIG_SYS_NAND_BASE            (0x20B00000)
286 //#define CONFIG_JFFS2_NAND
287 //#define CONFIG_SPRD_NAND_HWECC
288 #define CONFIG_SYS_NAND_HW_ECC
289 #define CONFIG_SYS_NAND_LARGEPAGE
290 //#define CONFIG_SYS_NAND_5_ADDR_CYCLE
291
292 #define CONFIG_SYS_64BIT_VSPRINTF
293
294 #define CONFIG_CMD_MTDPARTS
295 #define CONFIG_MTD_PARTITIONS
296 #define CONFIG_MTD_DEVICE
297 #define CONFIG_CMD_UBI
298 #define CONFIG_RBTREE
299
300 /* U-Boot general configuration */
301 #define CONFIG_SYS_PROMPT       "=> "   /* Monitor Command Prompt */
302 #define CONFIG_SYS_CBSIZE       1024    /* Console I/O Buffer Size  */
303 /* Print buffer sz */
304 #define CONFIG_SYS_PBSIZE       (CONFIG_SYS_CBSIZE + \
305                 sizeof(CONFIG_SYS_PROMPT) + 16)
306 #define CONFIG_SYS_MAXARGS      32      /* max number of command args */
307 /* Boot Argument Buffer Size */
308 #define CONFIG_SYS_BARGSIZE     CONFIG_SYS_CBSIZE
309 #define CONFIG_CMDLINE_EDITING
310 #define CONFIG_SYS_LONGHELP
311
312 /* support OS choose */
313 #undef CONFIG_BOOTM_NETBSD 
314 #undef CONFIG_BOOTM_RTEMS
315
316 /* U-Boot commands */
317 #include <config_cmd_default.h>
318 #define CONFIG_CMD_NAND
319 #undef CONFIG_CMD_FPGA
320 #undef CONFIG_CMD_LOADS
321 #undef CONFIG_CMD_NET
322 #undef CONFIG_CMD_NFS
323 #undef CONFIG_CMD_SETGETDCR
324
325 #define CONFIG_ENV_OVERWRITE
326
327 #ifdef SPRD_EVM_TAG_ON
328 #define CONFIG_BOOTDELAY        0
329 #else
330 #define CONFIG_BOOTDELAY        0
331 #define CONFIG_ZERO_BOOTDELAY_CHECK
332 #endif
333
334 #define CONFIG_LOADADDR         (CONFIG_SYS_TEXT_BASE - CONFIG_SYS_MALLOC_LEN - 4*1024*1024)    /* loadaddr env var */
335 #define CONFIG_SYS_LOAD_ADDR    CONFIG_LOADADDR
336
337 #define xstr(s) str(s)
338 #define str(s)  #s
339
340 #ifdef CONFIG_RAM512M
341 #define MEM_INIT_PARA "mem=512M"
342 #elif defined(CONFIG_RAM256M)
343 #define MEM_INIT_PARA "mem=256M"
344 //#elif defined(CONFIG_RAMxxxM)
345 ////#define MEM_INIT_PARA "mem=xxxM" //xxx maybe 1024 etc
346 #else
347 #error "CONFIG_RAMxxxM macro must be defined"
348 #endif
349
350 #define MTDIDS_DEFAULT "nand0=sprd-nand"
351 #define MTDPARTS_DEFAULT "mtdparts=sprd-nand:256k(spl),2m(2ndbl),256k(tdmodem),256k(tddsp),256k(tdfixnv1),256k(tdruntimenv),256k(wmodem),256k(wdsp),256k(wfixnv1),256k(wruntimenv1),256k(prodinfo1),256k(prodinfo3),1024k(logo),1024k(fastbootlogo),10m(boot),300m(system),150m(cache),10m(recovery),256k(misc),256k(sd),512k(userdata)"
352 #define CONFIG_BOOTARGS MEM_INIT_PARA" loglevel=1 console=ttyS1,115200n8 init=/init " MTDPARTS_DEFAULT
353 #define COPY_LINUX_KERNEL_SIZE  (0x600000)
354 #define LINUX_INITRD_NAME       "modem"
355
356 #define CONFIG_BOOTCOMMAND "cboot normal"
357 #define CONFIG_EXTRA_ENV_SETTINGS                               ""      
358
359 #ifdef CONFIG_CMD_NET
360 #define CONFIG_IPADDR 192.168.10.2
361 #define CONFIG_SERVERIP 192.168.10.5
362 #define CONFIG_NETMASK 255.255.255.0
363 #define CONFIG_USBNET_DEVADDR 26:03:ee:00:87:9f
364 #define CONFIG_USBNET_HOSTADDR 9a:04:c7:d6:30:d0
365
366
367 #define CONFIG_NET_MULTI
368 #define CONFIG_CMD_DNS
369 #define CONFIG_CMD_NFS
370 #define CONFIG_CMD_RARP
371 #define CONFIG_CMD_PING
372 /*#define CONFIG_CMD_SNTP */
373 #endif
374
375 #define CONFIG_USB_CORE_IP_293A
376 #define CONFIG_USB_GADGET_SC8800G
377 #define CONFIG_USB_DWC
378 #define CONFIG_USB_GADGET_DUALSPEED
379 //#define CONFIG_USB_ETHER
380 #define CONFIG_CMD_FASTBOOT
381 #define SCRATCH_ADDR    (CONFIG_SYS_SDRAM_BASE + 0x100000)
382 #define FB_DOWNLOAD_BUF_SIZE           (CONFIG_SYS_NAND_U_BOOT_DST - SCRATCH_ADDR-0x800000)
383 #define SCRATCH_ADDR_EXT1              (CONFIG_SYS_NAND_U_BOOT_DST + 32*1024*1024)
384 #define FB_DOWNLOAD_BUF_EXT1_SIZE      (224*1024*1024)
385
386 #define CONFIG_MODEM_CALIBERATE
387
388 #define CONFIG_LCD
389 #ifdef  CONFIG_LCD
390 #define CONFIG_SPLASH_SCREEN
391 #define LCD_BPP LCD_COLOR16
392 //#define CONFIG_LCD_HVGA   1
393 //#define CONFIG_LCD_QVGA   1
394 #define CONFIG_LCD_QHD 1
395 //#define CONFIG_LCD_720P 1
396 //#define CONFIG_LCD_FWVGA 1
397
398 //#define CONFIG_LCD_INFO
399 //#define LCD_TEST_PATTERN
400 //#define CONFIG_LCD_LOGO
401 //#define CONFIG_FB_LCD_S6D0139
402 //#define CONFIG_FB_LCD_SSD2075_MIPI
403 //#define CONFIG_FB_LCD_NT35516_MIPI
404 //#define CONFIG_FB_LCD_HX8363_RGB_SPI
405 //#define CONFIG_FB_LCD_HX8363_MCU
406 #define CONFIG_FB_LCD_NT35516_RGB_SPI
407
408 #define CONFIG_SYS_WHITE_ON_BLACK
409 #ifdef  LCD_TEST_PATTERN
410 #define CONSOLE_COLOR_RED 0xf800 
411 #define CONSOLE_COLOR_GREEN 0x07e0
412 #define CONSOLE_COLOR_YELLOW 0x07e0
413 #define CONSOLE_COLOR_BLUE 0x001f
414 #define CONSOLE_COLOR_MAGENTA 0x001f
415 #define CONSOLE_COLOR_CYAN 0x001f
416 #endif
417 #endif // CONFIG_LCD
418
419 #define CONFIG_SPRD_SYSDUMP
420 #include <asm/sizes.h>
421
422 #ifdef CONFIG_RAM512M
423 #define SPRD_SYSDUMP_MAGIC      ((PHYS_OFFSET_ADDR & (~(SZ_512M - 1))) + SZ_512M - SZ_1M)
424 #elif defined(CONFIG_RAM256M)
425 #define SPRD_SYSDUMP_MAGIC      ((PHYS_OFFSET_ADDR & (~(SZ_256M - 1))) + SZ_256M - SZ_1M)
426 //#elif defined(CONFIG_RAMxxxM)
427 //#define SPRD_SYSDUMP_MAGIC      ((PHYS_OFFSET_ADDR & (~(SZ_xxxM - 1))) + SZ_xxxM - SZ_1M) //xxx maybe 1024 etc
428 #else
429 #error "CONFIG_RAMxxxM macro must be defined"
430 #endif
431
432 #define CALIBRATE_ENUM_MS 3000
433 #define CALIBRATE_IO_MS 2000
434
435 //#define LOW_BAT_ADC_LEVEL 782 /*phone battery adc value low than this value will not boot up*/
436 #define LOW_BAT_VOL            3500 /*phone battery voltage low than this value will not boot up*/
437 #define LOW_BAT_VOL_CHG        3200    //3.3V charger connect
438
439 #define PWR_KEY_DETECT_CNT 12 /*this should match the count of boot_pwr_check() function */
440 #define ALARM_LEAD_SET_MS 0 /* time set for alarm boot in advancd */
441
442 #define PHYS_OFFSET_ADDR                        0x80000000
443 #define TD_CP_OFFSET_ADDR                       0x8000000       /*128*/
444 #define TD_CP_SDRAM_SIZE                        0x1800000       /*24M*/
445 #define WCDMA_CP_OFFSET_ADDR            0x8000000       /*128M*/
446 #define WCDMA_CP_SDRAM_SIZE                 0x18A0000
447
448 #define WCN_CP_OFFSET_ADDR          0xa800000   /*168M*/
449 #define WCN_CP_SDRAM_SIZE           0x281000//0x500000    /*5M*/
450
451 #define SIPC_APCP_RESET_ADDR_SIZE       0xC00   /*3K*/
452 #define SIPC_APCP_RESET_SIZE        0x1000      /*4K*/
453 #define SIPC_WCDMA_APCP_START_ADDR      (PHYS_OFFSET_ADDR + WCDMA_CP_OFFSET_ADDR + WCDMA_CP_SDRAM_SIZE - SIPC_APCP_RESET_SIZE)
454 #define SIPC_WCN_APCP_START_ADDR    (PHYS_OFFSET_ADDR + WCN_CP_OFFSET_ADDR + WCN_CP_SDRAM_SIZE - SIPC_APCP_RESET_SIZE)
455
456 #define CALIBRATION_FLAG_WCDMA   (PHYS_OFFSET_ADDR + WCDMA_CP_OFFSET_ADDR + WCDMA_CP_SDRAM_SIZE - 0x400)
457 #define CALIBRATION_FLAG         CALIBRATION_FLAG_WCDMA
458 //#define CALIBRATION_FLAG           0x89700000
459
460 #define CONFIG_CMD_SOUND 1
461 #define CONFIG_CMD_FOR_HTC 1
462 #define CONFIG_SOUND_CODEC_SPRD_V3 1
463 #define CONFIG_SOUND_DAI_VBC_R2P0 1
464 /* #define CONFIG_SPRD_AUDIO_DEBUG */
465
466 #define CONFIG_RAMDUMP_NO_SPLIT 1 /* Don't split sysdump file */
467
468 #define CONFIG_PBINT_7S_RESET_V1
469 /* short reset when power key reset trigged */
470 #define CONFIG_PBINT_7S_RST_SW_SHORT 1
471 /* reset then release the power key when reset trigged */
472 /* #define CONFIG_PBINT_7S_RST_SW_LONG 1 */
473 /* rang:2-16 unit: s */
474 /* #define CONFIG_PBINT_7S_RST_THRESHOLD 7 */
475 #define USB_PHY_TUNE_VALUE 0x44073e33
476
477 #endif /* __CONFIG_H */