]> git.sur5r.net Git - u-boot/blobdiff - include/configs/MPC8349EMDS.h
codingstyle cleanup for spi driver
[u-boot] / include / configs / MPC8349EMDS.h
index 437a9a5f7bfb1b7afcdf48be5d05010ca177109d..07f2f30ef87726a30e0162b672ca70aade7d7da2 100644 (file)
 #define CFG_I2C_OFFSET         0x3000
 #define CFG_I2C2_OFFSET                0x3100
 
+/* SPI */
+#define CONFIG_HARD_SPI                        /* SPI with hardware support */
+#undef CONFIG_SOFT_SPI                 /* SPI bit-banged */
+
+/* GPIOs.  Used as SPI chip selects */
+#define CFG_GPIO1_PRELIM
+#define CFG_GPIO1_DIR          0xC0000000  /* SPI CS on 0, LED on 1 */
+#define CFG_GPIO1_DAT          0xC0000000  /* Both are active LOW */
+
 /* TSEC */
 #define CFG_TSEC1_OFFSET 0x24000
 #define CFG_TSEC1 (CFG_IMMR+CFG_TSEC1_OFFSET)