2019-06-19 15:36:13 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2019 Linaro Limited
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <mem.h>
|
|
|
|
#include <st/h7/stm32h747.dtsi>
|
|
|
|
|
2020-12-08 19:04:52 +08:00
|
|
|
/delete-node/ &flash1;
|
|
|
|
|
2019-06-19 15:36:13 +08:00
|
|
|
/ {
|
|
|
|
cpus {
|
|
|
|
/delete-node/ cpu@1;
|
|
|
|
};
|
|
|
|
|
|
|
|
soc {
|
|
|
|
flash-controller@52002000 {
|
|
|
|
flash0: flash@8000000 {
|
2020-04-09 15:35:56 +08:00
|
|
|
label = "FLASH_STM32";
|
2019-06-19 15:36:13 +08:00
|
|
|
reg = <0x08000000 DT_SIZE_K(1024)>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|