zephyr/dts/arm/st/wb0/stm32wb09Xe.dtsi

22 lines
325 B
Plaintext

/*
* Copyright (c) 2024 STMicroelectronics
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <st/wb0/stm32wb09.dtsi>
/ {
soc {
flash: flash-controller@40001000 {
flash0: flash@10040000 {
reg = <0x10040000 DT_SIZE_K(512)>;
};
};
};
sram0: memory@20000000 {
reg = <0x20000000 DT_SIZE_K(64)>;
};
};