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