f6a880a2f9
This commit aligns UARTE shim to utilize memory-region property from nordic,nrf-uarte compatible. The memory-region is not required property that enables user to specify placement of dma buffers in memory region. It is done by assigning to memory-region property, phandle to node with zephyr,memory-region and mimo-sram compatible. When memory-region property is not specified for given instance, buffer is placed in default RAM region with other data. Signed-off-by: Adam Wojasinski <adam.wojasinski@nordicsemi.no>
6 lines
153 B
YAML
6 lines
153 B
YAML
description: Nordic nRF family UARTE (UART with EasyDMA)
|
|
|
|
compatible: "nordic,nrf-uarte"
|
|
|
|
include: ["nordic,nrf-uart-common.yaml", "memory-region.yaml"]
|