Skip to content
Commit c2760885 authored by Mario Jaun's avatar Mario Jaun Committed by Ioannis Glaropoulos
Browse files

drivers: ethernet: stm32: SRAM3 / MPU configuration



Fixes #29915.

Implements the memory layout and MPU configuration for Ethernet buffers
for STM32H7 controllers as recommended by ST. 16 KB of SRAM3 are
are reserved for this. The first 256 B are for the RX/TX descriptors and
configured as strongly ordered, shareable memory. The rest is for RX/TX
buffers and configured as non cacheable memory. This configuration is
automatically applied for H7 chips if the SRAM3 memory is enabled in the
device tree.

Signed-off-by: default avatarMario Jaun <mario.jaun@gmail.com>
parent 43ef9013
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment