aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Cameron <quozl@laptop.org>2015-01-09 17:24:00 +1100
committerMitch Bradley <wmb@firmworks.com>2019-11-08 07:38:30 -1000
commit562dfb9a098fe4536167b930e33b24973674b0d0 (patch)
tree81657c5afb63fdd55d95d97b7e5ebc98c0daa5ae
parentb750024d31dd6b2340ab6a41791fd231308ae820 (diff)
downloadcforth-562dfb9a098fe4536167b930e33b24973674b0d0.tar.gz
OLPC XO-4 - DCON drive strength change
-rw-r--r--src/app/arm-xo-1.75/mmp2dcon.fth4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/app/arm-xo-1.75/mmp2dcon.fth b/src/app/arm-xo-1.75/mmp2dcon.fth
index 4544549..46f8633 100644
--- a/src/app/arm-xo-1.75/mmp2dcon.fth
+++ b/src/app/arm-xo-1.75/mmp2dcon.fth
@@ -160,7 +160,9 @@ d# 905 value resumeline \ Configurable; should be set from args
h# 0101 h# 41 dcon!
h# 0101 h# 42 dcon!
-
+[ifdef] cl4
+ h# 1b70 h# 4c dcon! \ low drive strength for DETTL clock and data
+[then]
h# 12 mode!
;
: dcon-enable ( -- )