diff options
author | Vegard Storheil Eriksen <zyp@jvnv.net> | 2022-04-16 20:44:24 +0200 |
---|---|---|
committer | Vegard Storheil Eriksen <zyp@jvnv.net> | 2022-04-16 21:01:57 +0200 |
commit | 4ba824dab86433bb5295878f2380a9bd9536d67e (patch) | |
tree | 0b8a25c8c65b350f2e2266c9992a385c0ec9c681 /platforms/stm32 | |
parent | 32df2ae55601f1ad135247ad79a913514d018032 (diff) |
i2c: stm32: Add v2 support.
Diffstat (limited to 'platforms/stm32')
-rw-r--r-- | platforms/stm32/f7.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/platforms/stm32/f7.yaml b/platforms/stm32/f7.yaml index abf821a..b6b158a 100644 --- a/platforms/stm32/f7.yaml +++ b/platforms/stm32/f7.yaml @@ -26,6 +26,20 @@ offset: 0x40004400 type: v2 + stm32_i2c: + I2C1: + offset: 0x40005400 + type: v2 + I2C2: + offset: 0x40005800 + type: v2 + I2C3: + offset: 0x40005c00 + type: v2 + I2C4: + offset: 0x40006000 + type: v2 + rcc: RCC: offset: 0x40023800 |