summaryrefslogtreecommitdiffstats
path: root/cf-code/cf-fsi-romulus.h
diff options
context:
space:
mode:
Diffstat (limited to 'cf-code/cf-fsi-romulus.h')
-rw-r--r--cf-code/cf-fsi-romulus.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/cf-code/cf-fsi-romulus.h b/cf-code/cf-fsi-romulus.h
index 5e8be70..4cb3f10 100644
--- a/cf-code/cf-fsi-romulus.h
+++ b/cf-code/cf-fsi-romulus.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 0x1e0
+#define DATA_GPIO_VREG 0x1e0
+#define DATA_GPIO_DREG 0x0d8
#define DATA_GPIO_BIT 18
-#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_ROMULUS
OpenPOWER on IntegriCloud