Richard Osterloh | 258737b | 2022-08-16 16:16:26 +0100 | [diff] [blame] | 1 | /* |
2 | * Copyright (c) 2022 Richard Osterloh | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: Apache-2.0 | ||||
5 | */ | ||||
6 | |||||
7 | #include <mem.h> | ||||
8 | #include <st/f4/stm32f423.dtsi> | ||||
9 | |||||
10 | / { | ||||
11 | sram0: memory@20000000 { | ||||
12 | reg = <0x20000000 DT_SIZE_K(320)>; | ||||
13 | }; | ||||
14 | |||||
15 | soc { | ||||
16 | flash-controller@40023c00 { | ||||
17 | flash0: flash@8000000 { | ||||
18 | reg = <0x08000000 DT_SIZE_K(1536)>; | ||||
19 | }; | ||||
20 | }; | ||||
21 | }; | ||||
22 | }; |