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 06a072c commit 7148502Copy full SHA for 7148502
boards/arduino/opta/arduino_opta_stm32h747xx_m7.dts
@@ -21,6 +21,14 @@
21
zephyr,code-partition = &slot0_partition;
22
zephyr,bt-hci = &bt_hci_uart;
23
};
24
+
25
+ ext_memory: memory@90000000 {
26
+ compatible = "zephyr,memory-region";
27
+ reg = <0x90000000 DT_SIZE_M(16)>; /* max addressable area */
28
+ zephyr,memory-region = "EXTMEM";
29
+ /* The ATTR_MPU_EXTMEM attribut causing a MPU FAULT */
30
+ zephyr,memory-attr = <( DT_MEM_ARM(ATTR_MPU_IO) )>;
31
+ };
32
33
34
zephyr_udc0: &usbotg_fs {
0 commit comments