drivers: mm: Add support for TI RAT module using system_mm API

Added Region based Address Translation (RAT) module driver. Required by
a few Texas Instruments SoCs to fucntion. Uses
sys_mm_drv_page_phys_get() API with device_map() for address translation.

Signed-off-by: L Lakshmanan <l-lakshmanan@ti.com>
This commit is contained in:
L Lakshmanan 2023-07-06 17:44:43 +05:30 committed by Carles Cufí
commit 7fc6e331d8
5 changed files with 260 additions and 2 deletions

View file

@ -15,3 +15,5 @@ zephyr_sources_ifdef(
mm_drv_intel_adsp_regions.c
mm_drv_intel_adsp_mtl_tlb.c
)
zephyr_sources_ifdef(CONFIG_MM_TI_RAT mm_drv_ti_rat.c)