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 0972207 commit 14829cfCopy full SHA for 14829cf
boards/arduino/portenta_h7/arduino_portenta_h7_stm32h747xx_m7.dts
@@ -45,6 +45,14 @@
45
zephyr,memory-region = "SDRAM1";
46
zephyr,memory-attr = <( DT_MEM_ARM(ATTR_MPU_RAM) )>;
47
};
48
+
49
+ ext_memory: memory@90000000 {
50
+ compatible = "zephyr,memory-region";
51
+ reg = <0x90000000 DT_SIZE_M(16)>; /* max addressable area */
52
+ zephyr,memory-region = "EXTMEM";
53
+ /* The ATTR_MPU_EXTMEM attribut causing a MPU FAULT */
54
+ zephyr,memory-attr = <( DT_MEM_ARM(ATTR_MPU_IO) )>;
55
+ };
56
57
58
&clk_hse {
0 commit comments