diff options
author | root <root@avtech.domain.avtechpulse.com> | 1999-12-31 19:18:59 -0500 |
---|---|---|
committer | root <root@avtech.domain.avtechpulse.com> | 1999-12-31 19:18:59 -0500 |
commit | 05cd0a817efa7e46ef0609f66eeb1888718e2cd6 (patch) | |
tree | 0b962babfe8b24e2991757da5eefe30734922be6 /bus.c | |
parent | b2c2c72d381ab1b32fa5b5fc4e890fef6c2bf1e0 (diff) |
first working serial configuration
Diffstat (limited to 'bus.c')
-rw-r--r-- | bus.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -201,6 +201,12 @@ static void gpmc_setup(void) int WRACCESSTIME = DATA_READY; int config6 = WRACCESSTIME << 24; + //uart5 stuff + pinmux_configurepin("lcd_data9", BIDIR | PULL_UP | MODE_4); + pinmux_configurepin("lcd_data8", MODE_4); + pinmux_configurepin("lcd_data14", BIDIR | PULL_UP | MODE_6); + pinmux_configurepin("lcd_data15", MODE_6); + // pinmux_configurepin("gpmc_csn0", PULL_UP | MODE_0); pinmux_configurepin("gpmc_oen_ren", PULL_UP | MODE_0); |