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:
parent
33cb179b4f
commit
7fc6e331d8
5 changed files with 260 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue