Skip to content

Commit

Permalink
boards: weact: Add support for WeAct STM32H5 Core Board
Browse files Browse the repository at this point in the history
Added dts file for STM32H562xG

Signed-off-by: Kacper Brzostowski <[email protected]>
  • Loading branch information
magiczny-kacper committed Jan 18, 2025
1 parent 576b27a commit cfe39ed
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions dts/arm/st/h5/stm32h562Xg.dtsi
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/*
* Copyright (c) 2025 Kacper Brzostowski
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <mem.h>
#include <st/h5/stm32h562.dtsi>

/ {
soc {
flash-controller@40022000 {
flash0: flash@8000000 {
reg = <0x08000000 DT_SIZE_M(1)>;
};
};
};
};

0 comments on commit cfe39ed

Please sign in to comment.