summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2018-06-03 18:46:10 +1000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2018-06-03 18:46:10 +1000
commitd0f82c5ed4a23dbded29a5e023389fa8c7804080 (patch)
tree8e93b16da0ab55d00be2ffe07e2b1168822e74b4
parent3f59f6bd1256ffee69c400c1dcb72a3ae2582987 (diff)
downloadcf-fsi-d0f82c5ed4a23dbded29a5e023389fa8c7804080.tar.gz
cf-fsi-d0f82c5ed4a23dbded29a5e023389fa8c7804080.zip
Add witherspoon definitions
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
-rw-r--r--cf-code/cf-fsi-witherspoon.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/cf-code/cf-fsi-witherspoon.h b/cf-code/cf-fsi-witherspoon.h
new file mode 100644
index 0000000..aa435fb
--- /dev/null
+++ b/cf-code/cf-fsi-witherspoon.h
@@ -0,0 +1,6 @@
+#define CLOCK_GPIO_REG 0x1e0
+#define CLOCK_GPIO_BIT 16
+#define DATA_GPIO_REG 0x020
+#define DATA_GPIO_BIT 0
+#define TRANS_GPIO_REG 0x080
+#define TRANS_GPIO_BIT 10
OpenPOWER on IntegriCloud