| /* |
| * Copyright (c) 2024-2025 STMicroelectronics |
| * |
| * SPDX-License-Identifier: Apache-2.0 |
| */ |
| |
| /dts-v1/; |
| #include "stm32h7s78_dk-common.dtsi" |
| |
| / { |
| model = "STMicroelectronics STM32H7S78 DISCOVERY KIT board"; |
| compatible = "st,stm32h7s78-dk"; |
| |
| chosen { |
| zephyr,flash = &flash0; |
| zephyr,flash-controller = &flash; |
| }; |
| }; |
| |
| &ext_flash { |
| status = "okay"; |
| |
| partitions { |
| compatible = "fixed-partitions"; |
| #address-cells = <1>; |
| #size-cells = <1>; |
| |
| storage_partition: partition@0 { |
| label = "storage"; |
| reg = <0x00000000 DT_SIZE_M(128)>; /* 128MB */ |
| }; |
| }; |
| }; |