File tree Expand file tree Collapse file tree 5 files changed +14
-4
lines changed Expand file tree Collapse file tree 5 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1010 soc {
1111 flash-controller@52002000 {
1212 flash0: flash@8000000 {
13+ compatible = "soc-nv-flash";
14+ write-block-size = <32>;
15+ erase-block-size = <DT_SIZE_K(128)>;
16+ };
17+ flash1: flash@8100000 {
18+ compatible = "soc-nv-flash";
1319 write-block-size = <32>;
1420 erase-block-size = <DT_SIZE_K(128)>;
1521 };
Original file line number Diff line number Diff line change 77#include <mem.h>
88#include <st/h7/stm32h745.dtsi>
99
10+ /delete-node/ &flash0;
11+
1012/ {
1113 cpus {
1214 /delete-node/ cpu@0;
1517 soc {
1618 flash-controller@52002000 {
1719 flash1: flash@8100000 {
18- compatible = "soc-nv-flash";
1920 label = "FLASH_STM32";
2021 reg = <0x08100000 DT_SIZE_K(1024)>;
2122 };
Original file line number Diff line number Diff line change 77#include <mem.h>
88#include <st/h7/stm32h745.dtsi>
99
10+ /delete-node/ &flash1;
11+
1012/ {
1113 cpus {
1214 /delete-node/ cpu@1;
2022 soc {
2123 flash-controller@52002000 {
2224 flash0: flash@8000000 {
23- compatible = "soc-nv-flash";
2425 label = "FLASH_STM32";
2526 reg = <0x08000000 DT_SIZE_K(1024)>;
2627 };
Original file line number Diff line number Diff line change 77#include <mem.h>
88#include <st/h7/stm32h747.dtsi>
99
10+ /delete-node/ &flash0;
11+
1012/ {
1113 cpus {
1214 /delete-node/ cpu@0;
1517 soc {
1618 flash-controller@52002000 {
1719 flash1: flash@8100000 {
18- compatible = "soc-nv-flash";
1920 label = "FLASH_STM32";
2021 reg = <0x08100000 DT_SIZE_K(1024)>;
2122 };
Original file line number Diff line number Diff line change 77#include <mem.h>
88#include <st/h7/stm32h747.dtsi>
99
10+ /delete-node/ &flash1;
11+
1012/ {
1113 cpus {
1214 /delete-node/ cpu@1;
1517 soc {
1618 flash-controller@52002000 {
1719 flash0: flash@8000000 {
18- compatible = "soc-nv-flash";
1920 label = "FLASH_STM32";
2021 reg = <0x08000000 DT_SIZE_K(1024)>;
2122 };
You can’t perform that action at this time.
0 commit comments