2020-06-13 02:39:34 +08:00
|
|
|
/*
|
2020-11-24 15:57:50 +08:00
|
|
|
* Copyright (c) 2020 Alexander Kozhinov <AlexanderKozhinov@yandex.com>
|
2020-06-13 02:39:34 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <mem.h>
|
|
|
|
#include <st/h7/stm32h745.dtsi>
|
|
|
|
|
2020-12-08 19:04:52 +08:00
|
|
|
/delete-node/ &flash0;
|
|
|
|
|
2020-06-13 02:39:34 +08:00
|
|
|
/ {
|
|
|
|
cpus {
|
|
|
|
/delete-node/ cpu@0;
|
|
|
|
};
|
|
|
|
|
|
|
|
soc {
|
|
|
|
flash-controller@52002000 {
|
|
|
|
flash1: flash@8100000 {
|
|
|
|
label = "FLASH_STM32";
|
|
|
|
reg = <0x08100000 DT_SIZE_K(1024)>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|