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 9f14cf8 commit 0d44525Copy full SHA for 0d44525
dts/arm/st/h7/stm32h750.dtsi
@@ -8,6 +8,14 @@
8
9
/ {
10
soc {
11
+ flash-controller@52002000 {
12
+ flash0: flash@8000000 {
13
+ compatible = "soc-nv-flash";
14
+ write-block-size = <32>;
15
+ erase-block-size = <DT_SIZE_K(128)>;
16
+ };
17
18
+
19
dmamux1: dmamux@40020800 {
20
dma-requests= <107>;
21
};
dts/arm/st/h7/stm32h750Xb.dtsi
@@ -11,7 +11,6 @@
flash-controller@52002000 {
flash0: flash@8000000 {
- compatible = "soc-nv-flash";
label = "FLASH_STM32";
reg = <0x08000000 DT_SIZE_K(128)>;
0 commit comments