]> git.sur5r.net Git - u-boot/blobdiff - board/w7o/w7o.h
ppc4xx: Add lcd4_lwmon5 support
[u-boot] / board / w7o / w7o.h
index f0af2d6fa1bb4dace59e871724209a5e17a60fd5..d1fed028c3ce2b614a14ded0fdfb85299b1b5031 100644 (file)
 #define _W7O_H_
 #include <config.h>
 
-/* IBM 405GP PowerPC GPIO registers */
-#define IBM405GP_GPIO0_OR      0xef600700L     /* GPIO Output */
-#define IBM405GP_GPIO0_TCR     0xef600704L     /* GPIO Three-State Control */
-#define IBM405GP_GPIO0_ODR     0xef600718L     /* GPIO Open Drain */
-#define IBM405GP_GPIO0_IR      0xef60071cL     /* GPIO Input */
-
-/* IBM 405GP DCRs */
-#define CPC0_CR0               0xb1            /* Chip control register 0 */
+/* AMCC 405GP PowerPC GPIO registers */
+#define PPC405GP_GPIO0_OR      0xef600700L     /* GPIO Output */
+#define PPC405GP_GPIO0_TCR     0xef600704L     /* GPIO Three-State Control */
+#define PPC405GP_GPIO0_ODR     0xef600718L     /* GPIO Open Drain */
+#define PPC405GP_GPIO0_IR      0xef60071cL     /* GPIO Input */
 
 /* LMG FPGA <=> CPU GPIO signals */
 #define LMG_XCV_INIT           0x10000000L
@@ -90,4 +87,3 @@ extern int temp_uart_init(void);
 extern void init_fsboot(void);
 
 #endif /* _W7O_H_ */
-