summaryrefslogtreecommitdiffstats
path: root/cf-code/cf-fsi-witherspoon.h
diff options
context:
space:
mode:
Diffstat (limited to 'cf-code/cf-fsi-witherspoon.h')
-rw-r--r--cf-code/cf-fsi-witherspoon.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/cf-code/cf-fsi-witherspoon.h b/cf-code/cf-fsi-witherspoon.h
index 85b7f19..528101b 100644
--- a/cf-code/cf-fsi-witherspoon.h
+++ b/cf-code/cf-fsi-witherspoon.h
@@ -1,8 +1,11 @@
-#define CLOCK_GPIO_REG 0x1e0
+#define CLOCK_GPIO_VREG 0x1e0
+#define CLOCK_GPIO_DREG 0x0d8
#define CLOCK_GPIO_BIT 16
-#define DATA_GPIO_REG 0x020
+#define DATA_GPIO_VREG 0x020
+#define DATA_GPIO_DREG 0x0c4
#define DATA_GPIO_BIT 0
-#define TRANS_GPIO_REG 0x080
+#define TRANS_GPIO_VREG 0x080
+#define TRANS_GPIO_DREG 0x0d0
#define TRANS_GPIO_BIT 10
#define SYS_SIG SYS_SIG_WITHERSPOON
OpenPOWER on IntegriCloud