From 4ba824dab86433bb5295878f2380a9bd9536d67e Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Sat, 16 Apr 2022 20:44:24 +0200 Subject: i2c: stm32: Add v2 support. --- platforms/stm32/f7.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'platforms/stm32') 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 -- cgit v1.2.3