]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h
arm: ls102xa: Add NAND boot support for LS1021AQDS board
[karo-tx-uboot.git] / arch / arm / include / asm / arch-ls102xa / immap_ls102xa.h
index 98b268dffeb0a0a5fb948e9147792a50b3b8414b..5abc3a196eb572262d3d9399050c1e87993fb4e0 100644 (file)
 #define ARCH_TIMER_CTRL_ENABLE         (1 << 0)
 #define SYS_COUNTER_CTRL_ENABLE                (1 << 24)
 
+#define DCFG_CCSR_PORSR1_RCW_MASK      0xff800000
+#define DCFG_CCSR_PORSR1_RCW_SRC_I2C   0x24800000
+
+#define DCFG_DCSR_PORCR1               0
+
 struct sys_info {
        unsigned long freq_processor[CONFIG_MAX_CPUS];
        unsigned long freq_systembus;