RPXsuper.h 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508
  1. #ifndef __CONFIG_H
  2. #define __CONFIG_H
  3. #define CONFIG_SYS_TEXT_BASE 0x80F00000
  4. /*****************************************************************************
  5. *
  6. * These settings must match the way _your_ board is set up
  7. *
  8. *****************************************************************************/
  9. /* for the AY-Revision which does not use the HRCW */
  10. #define CONFIG_SYS_DEFAULT_IMMR 0x00010000
  11. /* What is the oscillator's (UX2) frequency in Hz? */
  12. #define CONFIG_8260_CLKIN (66 * 1000 * 1000)
  13. /* How is switch S2 set? We really only want the MODCK[1-3] bits, so
  14. * only the 3 least significant bits are important.
  15. */
  16. #define CONFIG_SYS_SBC_S2 0x04
  17. /* What should MODCK_H be? It is dependent on the oscillator
  18. * frequency, MODCK[1-3], and desired CPM and core frequencies.
  19. * Some example values (all frequencies are in MHz):
  20. *
  21. * MODCK_H MODCK[1-3] Osc CPM Core
  22. * 0x2 0x2 33 133 133
  23. * 0x2 0x4 33 133 200
  24. * 0x5 0x5 66 133 133
  25. * 0x5 0x7 66 133 200
  26. */
  27. #define CONFIG_SYS_SBC_MODCK_H 0x06
  28. #define CONFIG_SYS_SBC_BOOT_LOW 1 /* only for HRCW */
  29. #undef CONFIG_SYS_SBC_BOOT_LOW
  30. /* What should the base address of the main FLASH be and how big is
  31. * it (in MBytes)? This must contain CONFIG_SYS_TEXT_BASE from board/sbc8260/config.mk
  32. * The main FLASH is whichever is connected to *CS0. U-Boot expects
  33. * this to be the SIMM.
  34. */
  35. #define CONFIG_SYS_FLASH0_BASE 0x80000000
  36. #define CONFIG_SYS_FLASH0_SIZE 16
  37. /* What should the base address of the secondary FLASH be and how big
  38. * is it (in Mbytes)? The secondary FLASH is whichever is connected
  39. * to *CS6. U-Boot expects this to be the on board FLASH. If you don't
  40. * want it enabled, don't define these constants.
  41. */
  42. #define CONFIG_SYS_FLASH1_BASE 0
  43. #define CONFIG_SYS_FLASH1_SIZE 0
  44. #undef CONFIG_SYS_FLASH1_BASE
  45. #undef CONFIG_SYS_FLASH1_SIZE
  46. /* What should be the base address of SDRAM DIMM and how big is
  47. * it (in Mbytes)?
  48. */
  49. #define CONFIG_SYS_SDRAM0_BASE 0x00000000
  50. #define CONFIG_SYS_SDRAM0_SIZE 64
  51. /* What should be the base address of SDRAM DIMM and how big is
  52. * it (in Mbytes)?
  53. */
  54. #define CONFIG_SYS_SDRAM1_BASE 0x04000000
  55. #define CONFIG_SYS_SDRAM1_SIZE 32
  56. /* What should be the base address of the LEDs and switch S0?
  57. * If you don't want them enabled, don't define this.
  58. */
  59. #define CONFIG_SYS_LED_BASE 0x00000000
  60. /*
  61. * select serial console configuration
  62. *
  63. * if either CONFIG_CONS_ON_SMC or CONFIG_CONS_ON_SCC is selected, then
  64. * CONFIG_CONS_INDEX must be set to the channel number (1-2 for SMC, 1-4
  65. * for SCC).
  66. *
  67. * if CONFIG_CONS_NONE is defined, then the serial console routines must
  68. * defined elsewhere.
  69. */
  70. #define CONFIG_CONS_ON_SMC /* define if console on SMC */
  71. #undef CONFIG_CONS_ON_SCC /* define if console on SCC */
  72. #undef CONFIG_CONS_NONE /* define if console on neither */
  73. #define CONFIG_CONS_INDEX 1 /* which SMC/SCC channel for console */
  74. /*
  75. * select ethernet configuration
  76. *
  77. * if either CONFIG_ETHER_ON_SCC or CONFIG_ETHER_ON_FCC is selected, then
  78. * CONFIG_ETHER_INDEX must be set to the channel number (1-4 for SCC, 1-3
  79. * for FCC)
  80. *
  81. * if CONFIG_ETHER_NONE is defined, then either the ethernet routines must be
  82. * defined elsewhere (as for the console), or CONFIG_CMD_NET must be unset.
  83. */
  84. #undef CONFIG_ETHER_ON_SCC /* define if ethernet on SCC */
  85. #define CONFIG_ETHER_ON_FCC /* define if ethernet on FCC */
  86. #undef CONFIG_ETHER_NONE /* define if ethernet on neither */
  87. #define CONFIG_ETHER_INDEX 3 /* which SCC/FCC channel for ethernet */
  88. #if ( CONFIG_ETHER_INDEX == 3 )
  89. /*
  90. * - Rx-CLK is CLK15
  91. * - Tx-CLK is CLK16
  92. * - RAM for BD/Buffers is on the 60x Bus (see 28-13)
  93. * - Enable Half Duplex in FSMR
  94. */
  95. # define CONFIG_SYS_CMXFCR_MASK (CMXFCR_FC3|CMXFCR_RF3CS_MSK|CMXFCR_TF3CS_MSK)
  96. # define CONFIG_SYS_CMXFCR_VALUE (CMXFCR_RF3CS_CLK15|CMXFCR_TF3CS_CLK16)
  97. # define CONFIG_SYS_CPMFCR_RAMTYPE 0
  98. /*#define CONFIG_SYS_FCC_PSMR (FCC_PSMR_FDE|FCC_PSMR_LPB) */
  99. # define CONFIG_SYS_FCC_PSMR 0
  100. #else /* CONFIG_ETHER_INDEX */
  101. # error "on RPX Super ethernet must be FCC3"
  102. #endif /* CONFIG_ETHER_INDEX */
  103. #define CONFIG_HARD_I2C 1 /* I2C with hardware support */
  104. #define CONFIG_SYS_I2C_SPEED 400000 /* I2C speed and slave address */
  105. #define CONFIG_SYS_I2C_SLAVE 0x7F
  106. /* Define this to reserve an entire FLASH sector (256 KB) for
  107. * environment variables. Otherwise, the environment will be
  108. * put in the same sector as U-Boot, and changing variables
  109. * will erase U-Boot temporarily
  110. */
  111. #define CONFIG_ENV_IN_OWN_SECT
  112. /* Define to allow the user to overwrite serial and ethaddr */
  113. #define CONFIG_ENV_OVERWRITE
  114. /* What should the console's baud rate be? */
  115. #define CONFIG_BAUDRATE 115200
  116. /* Ethernet MAC address */
  117. #define CONFIG_ETHADDR 08:00:22:50:70:63
  118. #define CONFIG_IPADDR 192.168.1.99
  119. #define CONFIG_SERVERIP 192.168.1.3
  120. /* Set to a positive value to delay for running BOOTCOMMAND */
  121. #define CONFIG_BOOTDELAY -1
  122. /* undef this to save memory */
  123. #define CONFIG_SYS_LONGHELP
  124. /* Monitor Command Prompt */
  125. #define CONFIG_SYS_PROMPT "=> "
  126. /*
  127. * BOOTP options
  128. */
  129. #define CONFIG_BOOTP_BOOTFILESIZE
  130. #define CONFIG_BOOTP_BOOTPATH
  131. #define CONFIG_BOOTP_GATEWAY
  132. #define CONFIG_BOOTP_HOSTNAME
  133. /*
  134. * Command line configuration.
  135. */
  136. #include <config_cmd_default.h>
  137. #define CONFIG_CMD_IMMAP
  138. #define CONFIG_CMD_ASKENV
  139. #define CONFIG_CMD_I2C
  140. #define CONFIG_CMD_REGINFO
  141. #undef CONFIG_CMD_KGDB
  142. /* Where do the internal registers live? */
  143. #define CONFIG_SYS_IMMR 0xF0000000
  144. /* Where do the on board registers (CS4) live? */
  145. #define CONFIG_SYS_REGS_BASE 0xFA000000
  146. /*****************************************************************************
  147. *
  148. * You should not have to modify any of the following settings
  149. *
  150. *****************************************************************************/
  151. #define CONFIG_MPC8260 1 /* This is an MPC8260 CPU */
  152. #define CONFIG_RPXSUPER 1 /* on an Embedded Planet RPX Super Board */
  153. #define CONFIG_CPM2 1 /* Has a CPM2 */
  154. #define CONFIG_BOARD_EARLY_INIT_F 1 /* Call board_early_init_f */
  155. #define CONFIG_RESET_PHY_R 1 /* Call reset_phy() */
  156. /*
  157. * Miscellaneous configurable options
  158. */
  159. #if defined(CONFIG_CMD_KGDB)
  160. # define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
  161. #else
  162. # define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */
  163. #endif
  164. /* Print Buffer Size */
  165. #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT)+16)
  166. #define CONFIG_SYS_MAXARGS 8 /* max number of command args */
  167. #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */
  168. #define CONFIG_SYS_MEMTEST_START 0x04000000 /* memtest works on */
  169. #define CONFIG_SYS_MEMTEST_END 0x06000000 /* 64-96 MB in SDRAM */
  170. #define CONFIG_CLOCKS_IN_MHZ 1 /* clocks passsed to Linux in MHz */
  171. #define CONFIG_SYS_LOAD_ADDR 0x100000 /* default load address */
  172. #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
  173. /* valid baudrates */
  174. #define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
  175. /*
  176. * Low Level Configuration Settings
  177. * (address mappings, register initial values, etc.)
  178. * You should know what you are doing if you make changes here.
  179. */
  180. #define CONFIG_SYS_FLASH_BASE CONFIG_SYS_FLASH0_BASE
  181. #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_SDRAM0_BASE
  182. /*-----------------------------------------------------------------------
  183. * Hard Reset Configuration Words
  184. */
  185. #if defined(CONFIG_SYS_SBC_BOOT_LOW)
  186. # define CONFIG_SYS_SBC_HRCW_BOOT_FLAGS (HRCW_CIP | HRCW_BMS)
  187. #else
  188. # define CONFIG_SYS_SBC_HRCW_BOOT_FLAGS (0)
  189. #endif /* defined(CONFIG_SYS_SBC_BOOT_LOW) */
  190. /* get the HRCW ISB field from CONFIG_SYS_IMMR */
  191. #define CONFIG_SYS_SBC_HRCW_IMMR ( ((CONFIG_SYS_IMMR & 0x10000000) >> 10) |\
  192. ((CONFIG_SYS_IMMR & 0x01000000) >> 7) |\
  193. ((CONFIG_SYS_IMMR & 0x00100000) >> 4) )
  194. #define CONFIG_SYS_HRCW_MASTER (HRCW_BPS11 |\
  195. HRCW_DPPC11 |\
  196. CONFIG_SYS_SBC_HRCW_IMMR |\
  197. HRCW_MMR00 |\
  198. HRCW_LBPC11 |\
  199. HRCW_APPC10 |\
  200. HRCW_CS10PC00 |\
  201. (CONFIG_SYS_SBC_MODCK_H & HRCW_MODCK_H1111) |\
  202. CONFIG_SYS_SBC_HRCW_BOOT_FLAGS)
  203. /* no slaves */
  204. #define CONFIG_SYS_HRCW_SLAVE1 0
  205. #define CONFIG_SYS_HRCW_SLAVE2 0
  206. #define CONFIG_SYS_HRCW_SLAVE3 0
  207. #define CONFIG_SYS_HRCW_SLAVE4 0
  208. #define CONFIG_SYS_HRCW_SLAVE5 0
  209. #define CONFIG_SYS_HRCW_SLAVE6 0
  210. #define CONFIG_SYS_HRCW_SLAVE7 0
  211. /*-----------------------------------------------------------------------
  212. * Definitions for initial stack pointer and data area (in DPRAM)
  213. */
  214. #define CONFIG_SYS_INIT_RAM_ADDR CONFIG_SYS_IMMR
  215. #define CONFIG_SYS_INIT_RAM_END 0x4000 /* End of used area in DPRAM */
  216. #define CONFIG_SYS_GBL_DATA_SIZE 128 /* bytes reserved for initial data */
  217. #define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_END - CONFIG_SYS_GBL_DATA_SIZE)
  218. #define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_GBL_DATA_OFFSET
  219. /*-----------------------------------------------------------------------
  220. * Start addresses for the final memory configuration
  221. * (Set up by the startup code)
  222. * Please note that CONFIG_SYS_SDRAM_BASE _must_ start at 0
  223. * Note also that the logic that sets CONFIG_SYS_RAMBOOT is platform dependent.
  224. */
  225. #define CONFIG_SYS_MONITOR_BASE (CONFIG_SYS_FLASH0_BASE + 0x00F00000)
  226. #if (CONFIG_SYS_MONITOR_BASE < CONFIG_SYS_FLASH_BASE)
  227. # define CONFIG_SYS_RAMBOOT
  228. #endif
  229. #define CONFIG_SYS_MONITOR_LEN (256 << 10) /* Reserve 256 kB for Monitor */
  230. #define CONFIG_SYS_MALLOC_LEN (128 << 10) /* Reserve 128 kB for malloc() */
  231. /*
  232. * For booting Linux, the board info and command line data
  233. * have to be in the first 8 MB of memory, since this is
  234. * the maximum mapped by the Linux kernel during initialization.
  235. */
  236. #define CONFIG_SYS_BOOTMAPSZ (8 << 20) /* Initial Memory map for Linux */
  237. /*-----------------------------------------------------------------------
  238. * FLASH and environment organization
  239. */
  240. #define CONFIG_SYS_MAX_FLASH_BANKS 1 /* max number of memory banks */
  241. #define CONFIG_SYS_MAX_FLASH_SECT 71 /* max number of sectors on one chip */
  242. #define CONFIG_SYS_FLASH_ERASE_TOUT 8000 /* Timeout for Flash Erase (in ms) */
  243. #define CONFIG_SYS_FLASH_WRITE_TOUT 1 /* Timeout for Flash Write (in ms) */
  244. #ifndef CONFIG_SYS_RAMBOOT
  245. # define CONFIG_ENV_IS_IN_FLASH 1
  246. # ifdef CONFIG_ENV_IN_OWN_SECT
  247. # define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE + 0x40000)
  248. # define CONFIG_ENV_SECT_SIZE 0x40000
  249. # else
  250. # define CONFIG_ENV_ADDR (CONFIG_SYS_FLASH_BASE + CONFIG_SYS_MONITOR_LEN - CONFIG_ENV_SECT_SIZE)
  251. # define CONFIG_ENV_SIZE 0x1000 /* Total Size of Environment Sector */
  252. # define CONFIG_ENV_SECT_SIZE 0x10000 /* see README - env sect real size */
  253. # endif /* CONFIG_ENV_IN_OWN_SECT */
  254. #else
  255. # define CONFIG_ENV_IS_IN_NVRAM 1
  256. # define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - 0x1000)
  257. # define CONFIG_ENV_SIZE 0x200
  258. #endif /* CONFIG_SYS_RAMBOOT */
  259. /*-----------------------------------------------------------------------
  260. * Cache Configuration
  261. */
  262. #define CONFIG_SYS_CACHELINE_SIZE 32 /* For MPC8260 CPU */
  263. #if defined(CONFIG_CMD_KGDB)
  264. # define CONFIG_SYS_CACHELINE_SHIFT 5 /* log base 2 of the above value */
  265. #endif
  266. /*-----------------------------------------------------------------------
  267. * HIDx - Hardware Implementation-dependent Registers 2-11
  268. *-----------------------------------------------------------------------
  269. * HID0 also contains cache control - initially enable both caches and
  270. * invalidate contents, then the final state leaves only the instruction
  271. * cache enabled. Note that Power-On and Hard reset invalidate the caches,
  272. * but Soft reset does not.
  273. *
  274. * HID1 has only read-only information - nothing to set.
  275. */
  276. #define CONFIG_SYS_HID0_INIT (/*HID0_ICE |*/\
  277. /*HID0_DCE |*/\
  278. HID0_ICFI |\
  279. HID0_DCI |\
  280. HID0_IFEM |\
  281. HID0_ABE)
  282. #define CONFIG_SYS_HID0_FINAL (/*HID0_ICE |*/\
  283. HID0_IFEM |\
  284. HID0_ABE |\
  285. HID0_EMCP)
  286. #define CONFIG_SYS_HID2 0
  287. /*-----------------------------------------------------------------------
  288. * RMR - Reset Mode Register
  289. *-----------------------------------------------------------------------
  290. */
  291. #define CONFIG_SYS_RMR 0
  292. /*-----------------------------------------------------------------------
  293. * BCR - Bus Configuration 4-25
  294. *-----------------------------------------------------------------------
  295. */
  296. #define CONFIG_SYS_BCR (BCR_EBM |\
  297. BCR_PLDP |\
  298. BCR_EAV |\
  299. BCR_NPQM0)
  300. /*-----------------------------------------------------------------------
  301. * SIUMCR - SIU Module Configuration 4-31
  302. *-----------------------------------------------------------------------
  303. */
  304. #define CONFIG_SYS_SIUMCR (SIUMCR_L2CPC01 |\
  305. SIUMCR_APPC10 |\
  306. SIUMCR_CS10PC01)
  307. /*-----------------------------------------------------------------------
  308. * SYPCR - System Protection Control 11-9
  309. * SYPCR can only be written once after reset!
  310. *-----------------------------------------------------------------------
  311. * Watchdog & Bus Monitor Timer max, 60x Bus Monitor enable
  312. */
  313. #define CONFIG_SYS_SYPCR (SYPCR_SWTC |\
  314. SYPCR_BMT |\
  315. SYPCR_PBME |\
  316. SYPCR_LBME |\
  317. SYPCR_SWRI |\
  318. SYPCR_SWP)
  319. /*-----------------------------------------------------------------------
  320. * TMCNTSC - Time Counter Status and Control 4-40
  321. *-----------------------------------------------------------------------
  322. * Clear once per Second and Alarm Interrupt Status, Set 32KHz timersclk,
  323. * and enable Time Counter
  324. */
  325. #define CONFIG_SYS_TMCNTSC (TMCNTSC_SEC |\
  326. TMCNTSC_ALR |\
  327. TMCNTSC_TCF |\
  328. TMCNTSC_TCE)
  329. /*-----------------------------------------------------------------------
  330. * PISCR - Periodic Interrupt Status and Control 4-42
  331. *-----------------------------------------------------------------------
  332. * Clear Periodic Interrupt Status, Set 32KHz timersclk, and enable
  333. * Periodic timer
  334. */
  335. #define CONFIG_SYS_PISCR (PISCR_PS |\
  336. PISCR_PTF |\
  337. PISCR_PTE)
  338. /*-----------------------------------------------------------------------
  339. * SCCR - System Clock Control 9-8
  340. *-----------------------------------------------------------------------
  341. */
  342. #define CONFIG_SYS_SCCR (SCCR_DFBRG01)
  343. /*-----------------------------------------------------------------------
  344. * RCCR - RISC Controller Configuration 13-7
  345. *-----------------------------------------------------------------------
  346. */
  347. #define CONFIG_SYS_RCCR 0
  348. /*
  349. * Init Memory Controller:
  350. *
  351. * Bank Bus Machine PortSz Device
  352. * ---- --- ------- ------ ------
  353. * 0 60x GPCM 64 bit FLASH (BGA - 16MB AMD AM29DL323DB90)
  354. * 1 60x SDRAM 64 bit SDRAM (BGA - 64MB Hitachi HM5225325FBP-B60)
  355. * 2 Local SDRAM 32 bit SDRAM (BGA - 32MB Hitachi HM5225325FBP-B60)
  356. * 3 unused
  357. * 4 60x GPCM 8 bit Board Regs, LEDs, switches
  358. * 5 unused
  359. * 6 unused
  360. * 7 unused
  361. * 8 PCMCIA
  362. * 9 unused
  363. * 10 unused
  364. * 11 unused
  365. */
  366. /* Bank 0 - FLASH
  367. *
  368. */
  369. #define CONFIG_SYS_BR0_PRELIM ((CONFIG_SYS_FLASH0_BASE & BRx_BA_MSK) |\
  370. BRx_PS_64 |\
  371. BRx_DECC_NONE |\
  372. BRx_MS_GPCM_P |\
  373. BRx_V)
  374. #define CONFIG_SYS_OR0_PRELIM (MEG_TO_AM(CONFIG_SYS_FLASH0_SIZE) |\
  375. ORxG_CSNT |\
  376. ORxG_ACS_DIV1 |\
  377. ORxG_SCY_6_CLK |\
  378. ORxG_EHTR)
  379. /* Bank 1 - SDRAM
  380. *
  381. */
  382. #define CONFIG_SYS_BR1_PRELIM ((CONFIG_SYS_SDRAM0_BASE & BRx_BA_MSK) |\
  383. BRx_PS_64 |\
  384. BRx_MS_SDRAM_P |\
  385. BRx_V)
  386. #define CONFIG_SYS_OR1_PRELIM (MEG_TO_AM(CONFIG_SYS_SDRAM0_SIZE) |\
  387. ORxS_BPD_4 |\
  388. ORxS_ROWST_PBI0_A8 |\
  389. ORxS_NUMR_12 |\
  390. ORxS_IBID)
  391. #define CONFIG_SYS_PSDMR 0x014DA412
  392. #define CONFIG_SYS_PSRT 0x79
  393. /* Bank 2 - SDRAM
  394. *
  395. */
  396. #define CONFIG_SYS_BR2_PRELIM ((CONFIG_SYS_SDRAM1_BASE & BRx_BA_MSK) |\
  397. BRx_PS_32 |\
  398. BRx_MS_SDRAM_L |\
  399. BRx_V)
  400. #define CONFIG_SYS_OR2_PRELIM (MEG_TO_AM(CONFIG_SYS_SDRAM1_SIZE) |\
  401. ORxS_BPD_4 |\
  402. ORxS_ROWST_PBI0_A9 |\
  403. ORxS_NUMR_12)
  404. #define CONFIG_SYS_LSDMR 0x0169A512
  405. #define CONFIG_SYS_LSRT 0x79
  406. #define CONFIG_SYS_MPTPR (0x0800 & MPTPR_PTP_MSK)
  407. /* Bank 4 - On board registers
  408. *
  409. */
  410. #define CONFIG_SYS_BR4_PRELIM ((CONFIG_SYS_REGS_BASE & BRx_BA_MSK) |\
  411. BRx_PS_8 |\
  412. BRx_MS_GPCM_P |\
  413. BRx_V)
  414. #define CONFIG_SYS_OR4_PRELIM (ORxG_AM_MSK |\
  415. ORxG_CSNT |\
  416. ORxG_ACS_DIV1 |\
  417. ORxG_SCY_5_CLK |\
  418. ORxG_TRLX)
  419. #endif /* __CONFIG_H */