wrpll.si549: initialize the clock divider to a sensible value

This commit is contained in:
hartytp 2020-10-07 10:11:25 +01:00 committed by Sebastien Bourdeauducq
parent e6ff2ddc32
commit d780faf4ac
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ class Si549(Module, AutoCSR):
self.gpio_out = CSRStorage(2)
self.gpio_oe = CSRStorage(2)
self.i2c_divider = CSRStorage(16, reset=2500)
self.i2c_divider = CSRStorage(16, reset=75)
self.i2c_address = CSRStorage(7)
self.errors = CSR(2)