dts: arm: st: u5: add stm32u5a5 dtsi
Add STM32U5A5 dtsi. Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
This commit is contained in:
parent
950fba73ee
commit
c2175e9ed5
2 changed files with 40 additions and 0 deletions
13
dts/arm/st/u5/stm32u5a5.dtsi
Normal file
13
dts/arm/st/u5/stm32u5a5.dtsi
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*
|
||||
* Copyright (c) 2023 STMicroelectronics
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <st/u5/stm32u595.dtsi>
|
||||
|
||||
/ {
|
||||
soc {
|
||||
compatible = "st,stm32u5a5", "st,stm32u5", "simple-bus";
|
||||
};
|
||||
};
|
27
dts/arm/st/u5/stm32u5a5Xj.dtsi
Normal file
27
dts/arm/st/u5/stm32u5a5Xj.dtsi
Normal file
|
@ -0,0 +1,27 @@
|
|||
/*
|
||||
* Copyright (c) 2023 STMicroelectronics
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <mem.h>
|
||||
#include <st/u5/stm32u5a5.dtsi>
|
||||
|
||||
/ {
|
||||
sram0: memory@20000000 {
|
||||
/* SRAM1 + SRAM2 + SRAM3 + SRAM5 */
|
||||
reg = <0x20000000 DT_SIZE_K(2496)>;
|
||||
};
|
||||
sram1: memory@28000000 {
|
||||
/* SRAM4 */
|
||||
reg = <0x28000000 DT_SIZE_K(16)>;
|
||||
};
|
||||
|
||||
soc {
|
||||
flash-controller@40022000 {
|
||||
flash0: flash@8000000 {
|
||||
reg = <0x08000000 DT_SIZE_M(4)>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue