dts: arm: st: h7: add support for stm32h743Xi
Add DeviceTree support for STM32H743XI series. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
86bfc489f4
commit
677d51d5f9
2 changed files with 38 additions and 0 deletions
20
dts/arm/st/h7/stm32h743.dtsi
Normal file
20
dts/arm/st/h7/stm32h743.dtsi
Normal file
|
@ -0,0 +1,20 @@
|
|||
/*
|
||||
* Copyright (c) 2020 Teslabs Engineering S.L.
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <st/h7/stm32h7.dtsi>
|
||||
|
||||
/ {
|
||||
/* system data RAM accessible over over AXI bus */
|
||||
sram0: memory@24000000 {
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x24000000 DT_SIZE_K(512)>;
|
||||
};
|
||||
|
||||
dtcm: memory@20000000 {
|
||||
compatible = "arm,dtcm";
|
||||
reg = <0x20000000 DT_SIZE_K(128)>;
|
||||
};
|
||||
};
|
18
dts/arm/st/h7/stm32h743Xi.dtsi
Normal file
18
dts/arm/st/h7/stm32h743Xi.dtsi
Normal file
|
@ -0,0 +1,18 @@
|
|||
/*
|
||||
* Copyright (c) 2020 Teslabs Engineering S.L.
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <mem.h>
|
||||
#include <st/h7/stm32h743.dtsi>
|
||||
|
||||
/ {
|
||||
soc {
|
||||
flash-controller@52002000 {
|
||||
flash0: flash@8000000 {
|
||||
reg = <0x08000000 DT_SIZE_K(2048)>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue