]> rtime.felk.cvut.cz Git - sysless.git/blobdiff - arch/arm/mach-lpc23xx/defines/lpc23xx-nxp.h
LPC23xx: added USB support with existing lpcusb lib
[sysless.git] / arch / arm / mach-lpc23xx / defines / lpc23xx-nxp.h
index 077b428aa783862dc16d7e191b1fd13b0ce418d2..fd8609864c8fe0b5df17934329506b8ed9aa41aa 100644 (file)
  *
 ******************************************************************************/
 
-#ifndef __LPC23xx_H
-#define __LPC23xx_H
-
-#define INC_LPC2348_H
-
 #define REG_8           volatile unsigned char
 #define REG16           volatile unsigned short
 #define REG32           volatile unsigned long
 
-#include "lpcI2C.h"
-
-
-///////////////////////////////////////////////////////////////////////////////
-// Keyval
-#define KVPB_CHUNK_SIZE 16
-
-///////////////////////////////////////////////////////////////////////////////
-// ISP_RAM2FLASH_BLOCK_SIZE for 210x CPU
-#ifndef ISP_RAM2FLASH_BLOCK_SIZE
-  #define ISP_RAM2FLASH_BLOCK_SIZE     256
-#endif /* ISP_RAM2FLASH_BLOCK_SIZE */
-
-
 /* Vectored Interrupt Controller (VIC) */
 #define VIC_BASE_ADDR  0xFFFFF000
 #define VICIRQStatus   (*(volatile unsigned long *)(VIC_BASE_ADDR + 0x000))
@@ -1315,6 +1296,3 @@ with the spec. update in USB Device Section. */
 
 #define MAC_POWERDOWN       (*(volatile unsigned long *)(MAC_BASE_ADDR + 0xFF4)) /* Power-down reg */
 #define MAC_MODULEID        (*(volatile unsigned long *)(MAC_BASE_ADDR + 0xFFC)) /* Module ID reg (RO) */
-
-#endif  // __LPC23xx_H
-