aboutsummaryrefslogtreecommitdiff
path: root/fpga/src/Numini.bs
diff options
context:
space:
mode:
authorNathan Ringo <nathan@remexre.com>2024-11-02 00:08:29 -0500
committerNathan Ringo <nathan@remexre.com>2024-11-02 00:08:29 -0500
commit2a506c1476c55d9ecf990bd4878169278038f6ff (patch)
tree2d618474d89d0b90fe0166e30ba96268e94a2d1e /fpga/src/Numini.bs
parentd3bcde4eedd2dd3dcf5cbc4302821f38ff553498 (diff)
...
Diffstat (limited to 'fpga/src/Numini.bs')
-rw-r--r--fpga/src/Numini.bs2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpga/src/Numini.bs b/fpga/src/Numini.bs
index cb26d5e..b5e0223 100644
--- a/fpga/src/Numini.bs
+++ b/fpga/src/Numini.bs
@@ -46,7 +46,7 @@ mkNumini ch559_uart_rx inkplate_uart_rx usb_uart_rx hyperbus_rwds_in
inkplate_uart <- mkDividedUart (clockFreqHz / 2_000_000) inkplate_uart_rx
usb_uart <- mkDividedUart (clockFreqHz / 9_600) usb_uart_rx
hyperbus <- mkDividedHyperBus (clockFreqHz / 3_000_000) hyperbus_rwds_in hyperbus_dq_in
- i2c <- mkDividedI2C (clockFreqHz / 200_000) i2c_scl_in i2c_sda_in
+ i2c <- mkDividedI2C (clockFreqHz / 400_000) i2c_scl_in i2c_sda_in
mkConnection usb_uart.send usb_uart.recv