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

20 lines
299 B
Plaintext

/*
* Copyright (c) 2020 Teslabs Engineering S.L.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <mem.h>
#include <st/h7/stm32h750.dtsi>
/ {
soc {
flash-controller@52002000 {
flash0: flash@8000000 {
label = "FLASH_STM32";
reg = <0x08000000 DT_SIZE_K(128)>;
};
};
};
};