Commit Graph

2 Commits

Author SHA1 Message Date
Yonatan Schachter 90079903bf rp2040: Fix I2C frequency for all boards
The DW driver used by the RP2040 boards uses a Kconfig symbol
to determine the clock speed of the board. This value was
set incorrectly by the pico board to 100MHz (instead of 125).
For the other boards, it wasn't set at all.
This commit fixes the kconfig defaults. In the future, this
value should be taken directly from the devicetree. This is
not currently possible as there is no clock control driver
for the RP2040 (see #52901).

Signed-off-by: Yonatan Schachter <yonatan.schachter@gmail.com>
2023-06-05 08:29:34 -04:00
Peter Johanson 52b5ad08bd boards: arm: Add adafruit_kb2040 board
Add `adafruit_kb2040` board with `sparkfun,pro-micro` header.

Signed-off-by: Peter Johanson <peter@peterjohanson.com>
2022-11-03 18:15:38 +01:00