dts: stm32f7: Add Device Tightly Coupled Memory
This commit adds the DTCM to the STM32F7 MCUs Signed-off-by: Alexander Wachter <alexander.wachter@student.tugraz.at>
This commit is contained in:
parent
b4c5f4b32b
commit
fbfb56b331
@ -15,6 +15,11 @@
|
||||
reg = <0x20010000 DT_SIZE_K(192)>;
|
||||
};
|
||||
|
||||
dtcm: memory@20000000 {
|
||||
compatible = "arm,dtcm";
|
||||
reg = <0x20000000 DT_SIZE_K(64)>;
|
||||
};
|
||||
|
||||
soc {
|
||||
usbphyc: usbphyc@40017c00 {
|
||||
compatible = "st,stm32-usbphyc";
|
||||
|
||||
@ -15,6 +15,11 @@
|
||||
reg = <0x20010000 DT_SIZE_K(256)>;
|
||||
};
|
||||
|
||||
dtcm: memory@20000000 {
|
||||
compatible = "arm,dtcm";
|
||||
reg = <0x20000000 DT_SIZE_K(64)>;
|
||||
};
|
||||
|
||||
soc {
|
||||
pinctrl: pin-controller@40020000 {
|
||||
reg = <0x40020000 0x2C00>;
|
||||
|
||||
@ -15,6 +15,11 @@
|
||||
reg = <0x20020000 DT_SIZE_K(384)>;
|
||||
};
|
||||
|
||||
dtcm: memory@20000000 {
|
||||
compatible = "arm,dtcm";
|
||||
reg = <0x20000000 DT_SIZE_K(128)>;
|
||||
};
|
||||
|
||||
soc {
|
||||
pinctrl: pin-controller@40020000 {
|
||||
reg = <0x40020000 0x2C00>;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user