We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35bce9d commit 51ca23bCopy full SHA for 51ca23b
boards/st/stm32n6570_dk/stm32n6570_dk_common.dtsi
@@ -10,6 +10,7 @@
10
#include <zephyr/dt-bindings/flash_controller/xspi.h>
11
#include <zephyr/dt-bindings/gpio/raspberrypi-csi-connector.h>
12
#include <zephyr/dt-bindings/input/input-event-codes.h>
13
+#include <zephyr/dt-bindings/memory-attr/memory-attr-sw.h>
14
#include <zephyr/dt-bindings/video/video-interfaces.h>
15
#include "arduino_r3_connector.dtsi"
16
@@ -42,7 +43,7 @@
42
43
compatible = "zephyr,memory-region";
44
reg = <0x90000000 DT_SIZE_M(32)>;
45
zephyr,memory-region = "PSRAM";
- zephyr,memory-attr = <( DT_MEM_ARM(ATTR_MPU_RAM) | DT_MEM_SW_ALLOC_CACHE )>;
46
+ zephyr,memory-attr = <( DT_MEM_ARM(ATTR_MPU_RAM_NOCACHE) | DT_MEM_SW_ALLOC_NON_CACHE )>;
47
};
48
49
leds: leds {
0 commit comments