diff options
author | Vegard Storheil Eriksen <zyp@jvnv.net> | 2022-04-16 20:47:24 +0200 |
---|---|---|
committer | Vegard Storheil Eriksen <zyp@jvnv.net> | 2022-04-16 21:02:38 +0200 |
commit | 2edb8ae305449c9fbf3d934198164fec1320d324 (patch) | |
tree | 51d4ff83aee3863c16e4bf6fa1cdaf34aba73472 /platforms/stm32 | |
parent | 4ba824dab86433bb5295878f2380a9bd9536d67e (diff) |
display: stm32: Add LTDC support.
Diffstat (limited to 'platforms/stm32')
-rw-r--r-- | platforms/stm32/f7.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/platforms/stm32/f7.yaml b/platforms/stm32/f7.yaml index b6b158a..39aa4bd 100644 --- a/platforms/stm32/f7.yaml +++ b/platforms/stm32/f7.yaml @@ -40,6 +40,10 @@ offset: 0x40006000 type: v2 + stm32_ltdc: + LTDC: + offset: 0x40016800 + rcc: RCC: offset: 0x40023800 |