dts: Move to 'zephyr,memory-attr'
Move to 'zephyr,memory-attr' and use the newly introduced helpers. Signed-off-by: Carlo Caione <ccaione@baylibre.com>
This commit is contained in:
parent
7483e43f0c
commit
15e84cbfac
36 changed files with 55 additions and 186 deletions
|
@ -18,7 +18,7 @@ test_dma0: &dmamux1 {
|
|||
* to be non-cachable.
|
||||
*/
|
||||
&sram4 {
|
||||
zephyr,memory-region-mpu = "RAM_NOCACHE";
|
||||
zephyr,memory-attr = "RAM_NOCACHE";
|
||||
};
|
||||
|
||||
&bdma1 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue