Closed josuah closed 1 year ago
The current implementation of Zephyr driver is a bit-banged one: https://github.com/zephyrproject-rtos/zephyr/blob/main/drivers/i2c/i2c_litex.c#L11
Is this intentional? Should I2C support be removed from here, or should a Zephyr driver for I2C be added?
Apologies, I thought there was an i2c.py core in migen, but it is indeed bit-banged! This sounds reasonable enough for an I2C master.
i2c.py
My mistake!
The current implementation of Zephyr driver is a bit-banged one: https://github.com/zephyrproject-rtos/zephyr/blob/main/drivers/i2c/i2c_litex.c#L11
Is this intentional? Should I2C support be removed from here, or should a Zephyr driver for I2C be added?