dts: arm: stm32l4s5 new supported device
This patch introduces the stm32L4S5xx soc from STMicroelectronics : based on the stm32l4r5 Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
parent
c0d939ef0a
commit
4a04a5b597
2 changed files with 25 additions and 0 deletions
7
dts/arm/st/l4/stm32l4s5.dtsi
Normal file
7
dts/arm/st/l4/stm32l4s5.dtsi
Normal file
|
@ -0,0 +1,7 @@
|
|||
/*
|
||||
* Copyright (c) 2020 STMicroelectronics
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <st/l4/stm32l4r5.dtsi>
|
18
dts/arm/st/l4/stm32l4s5Xi.dtsi
Normal file
18
dts/arm/st/l4/stm32l4s5Xi.dtsi
Normal file
|
@ -0,0 +1,18 @@
|
|||
/*
|
||||
* Copyright (c) 2020 STMicroelectronics
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <mem.h>
|
||||
#include <st/l4/stm32l4s5.dtsi>
|
||||
|
||||
/ {
|
||||
soc {
|
||||
flash-controller@40022000 {
|
||||
flash0: flash@8000000 {
|
||||
reg = <0x08000000 DT_SIZE_K(2048)>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue