zephyr/dts/arm/st/h7/stm32h747Xi_m7.dtsi

25 lines
359 B
Plaintext
Raw Normal View History

/*
* Copyright (c) 2019 Linaro Limited
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <mem.h>
#include <st/h7/stm32h747.dtsi>
/ {
cpus {
/delete-node/ cpu@1;
};
soc {
flash-controller@52002000 {
flash0: flash@8000000 {
compatible = "soc-nv-flash";
label = "FLASH_STM32";
reg = <0x08000000 DT_SIZE_K(1024)>;
};
};
};
};