diff --git a/devices/common_patches/dsi.yaml b/devices/common_patches/dsi.yaml new file mode 100644 index 000000000..565a5b039 --- /dev/null +++ b/devices/common_patches/dsi.yaml @@ -0,0 +1,3 @@ +DSI: + _strip: + - "DSI_" diff --git a/devices/stm32f469.yaml b/devices/stm32f469.yaml index c76a44771..c477599be 100644 --- a/devices/stm32f469.yaml +++ b/devices/stm32f469.yaml @@ -11,6 +11,9 @@ _modify: C_ADC: name: ADC_Common + DSIHOST: + name: DSI + "SPI*": SR: _modify: @@ -72,13 +75,21 @@ RCC: SDMMCSEL: name: SDIOSEL -DSIHOST: + +DSI: _add: _interrupts: DSIHOST: description: DSI host global interrupt value: 92 + VMCR: + _modify: + LVAE: + name: LPVAE + LPHFE: + name: LPHFPE + _include: - common_patches/4_nvic_prio_bits.yaml - common_patches/merge_I2C_OAR1_ADDx_fields.yaml @@ -161,3 +172,4 @@ _include: - ../peripherals/rtc/rtc_common.yaml - ../peripherals/sdio/sdio_f4.yaml - ../peripherals/i2c/i2c_v1_fltr.yaml + - common_patches/dsi.yaml diff --git a/devices/stm32f765.yaml b/devices/stm32f765.yaml index 63e778e14..335132164 100644 --- a/devices/stm32f765.yaml +++ b/devices/stm32f765.yaml @@ -184,3 +184,4 @@ _include: - ../peripherals/dma/dma2d_v1.yaml - common_patches/rtc/rtc_cr.yaml - ../peripherals/rtc/rtc_common.yaml + - common_patches/dsi.yaml diff --git a/devices/stm32f7x7.yaml b/devices/stm32f7x7.yaml index bdd315815..e5cccde76 100644 --- a/devices/stm32f7x7.yaml +++ b/devices/stm32f7x7.yaml @@ -332,3 +332,4 @@ _include: - ../peripherals/dma/dma2d_v1.yaml - common_patches/rtc/rtc_cr.yaml - ../peripherals/rtc/rtc_common.yaml + - common_patches/dsi.yaml diff --git a/devices/stm32f7x9.yaml b/devices/stm32f7x9.yaml index f3667dabd..9c7999d62 100644 --- a/devices/stm32f7x9.yaml +++ b/devices/stm32f7x9.yaml @@ -327,3 +327,4 @@ _include: - ../peripherals/dma/dma2d_v1.yaml - common_patches/rtc/rtc_cr.yaml - ../peripherals/rtc/rtc_common.yaml + - common_patches/dsi.yaml diff --git a/devices/stm32mp157.yaml b/devices/stm32mp157.yaml index 037603d9e..cd993dd16 100644 --- a/devices/stm32mp157.yaml +++ b/devices/stm32mp157.yaml @@ -12,3 +12,8 @@ _modify: fpuPresent: "true" nvicPrioBits: 4 vendorSystickConfig: "false" + DSIHOST1: + name: DSI + +_include: + - common_patches/dsi.yaml