diff --git a/devices/common_patches/h7_ethernet_mac.yaml b/devices/common_patches/h7_ethernet_mac.yaml new file mode 100644 index 000000000..28ef263ea --- /dev/null +++ b/devices/common_patches/h7_ethernet_mac.yaml @@ -0,0 +1,10 @@ +Ethernet_MAC: + MMC_TX_INTERRUPT_MASK: + _modify: + TXLPITRCIM: + access: read-write + + MMC_RX_INTERRUPT_MASK: + _modify: + RXLPITRCIM: + access: read-write diff --git a/devices/stm32h735.yaml b/devices/stm32h735.yaml index 77087612d..354ccb833 100644 --- a/devices/stm32h735.yaml +++ b/devices/stm32h735.yaml @@ -557,3 +557,4 @@ _include: - ../peripherals/rtc/rtc_h7.yaml - common_patches/h7_crc_addr_fix.yaml - common_patches/h7_wwdg.yaml + - common_patches/h7_ethernet_mac.yaml diff --git a/devices/stm32h743.yaml b/devices/stm32h743.yaml index adf3b8c0c..27408546b 100644 --- a/devices/stm32h743.yaml +++ b/devices/stm32h743.yaml @@ -94,3 +94,4 @@ _include: - ../peripherals/rtc/rtc_h7.yaml - common_patches/h7_crc_addr_fix.yaml - common_patches/h7_wwdg.yaml + - common_patches/h7_ethernet_mac.yaml diff --git a/devices/stm32h743v.yaml b/devices/stm32h743v.yaml index 0600c4840..f4f439b8f 100644 --- a/devices/stm32h743v.yaml +++ b/devices/stm32h743v.yaml @@ -96,3 +96,4 @@ _include: - ../peripherals/rtc/rtc_h7.yaml - common_patches/h7_crc_addr_fix.yaml - common_patches/h7_wwdg.yaml + - common_patches/h7_ethernet_mac.yaml diff --git a/devices/stm32h747cm4.yaml b/devices/stm32h747cm4.yaml index f696d65a8..86c24f60f 100644 --- a/devices/stm32h747cm4.yaml +++ b/devices/stm32h747cm4.yaml @@ -95,3 +95,4 @@ _include: - ../peripherals/sai/sai.yaml - common_patches/h7_crc_addr_fix.yaml - common_patches/h7_wwdg.yaml + - common_patches/h7_ethernet_mac.yaml diff --git a/devices/stm32h747cm7.yaml b/devices/stm32h747cm7.yaml index d4073c0fb..c2980990c 100644 --- a/devices/stm32h747cm7.yaml +++ b/devices/stm32h747cm7.yaml @@ -100,3 +100,4 @@ _include: - ../peripherals/rtc/rtc_h7.yaml - common_patches/h7_crc_addr_fix.yaml - common_patches/h7_wwdg.yaml + - common_patches/h7_ethernet_mac.yaml diff --git a/devices/stm32h753.yaml b/devices/stm32h753.yaml index 5f447b27a..0c96488a3 100644 --- a/devices/stm32h753.yaml +++ b/devices/stm32h753.yaml @@ -104,3 +104,4 @@ _include: - ../peripherals/rtc/rtc_h7.yaml - common_patches/h7_crc_addr_fix.yaml - common_patches/h7_wwdg.yaml + - common_patches/h7_ethernet_mac.yaml diff --git a/devices/stm32h753v.yaml b/devices/stm32h753v.yaml index 05d03dcf6..738094ccf 100644 --- a/devices/stm32h753v.yaml +++ b/devices/stm32h753v.yaml @@ -106,3 +106,4 @@ _include: - ../peripherals/rtc/rtc_h7.yaml - common_patches/h7_crc_addr_fix.yaml - common_patches/h7_wwdg.yaml + - common_patches/h7_ethernet_mac.yaml