Skip to content

Commit

Permalink
dts: bindings: spi: Add memory-region to nrf-spis
Browse files Browse the repository at this point in the history
Add memory-region to nordic,nrf-spis binding. This commit aligns SPIS
shim to utilize memory-region property. This optional property 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 device, buffer
is placed in default RAM region with other data.

Signed-off-by: Krzysztof Chruściński <[email protected]>
  • Loading branch information
nordic-krch authored and aescolar committed Mar 1, 2024
1 parent 1109027 commit 466084b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dts/bindings/spi/nordic,nrf-spis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Nordic nRF family SPIS (SPI slave with EasyDMA)

compatible: "nordic,nrf-spis"

include: nordic,nrf-spi-common.yaml
include: ["nordic,nrf-spi-common.yaml", "memory-region.yaml"]

properties:
def-char:
Expand Down

0 comments on commit 466084b

Please sign in to comment.