boards: (STM32F4 based): replace zephyr,ccm chosen with zephyr,dtcm

The STM32 CCM can be used as `/chosen/zephyr,dtcm` - transition all boards
to this chosen to allow deprecation/removal of the legacy `zephyr,ccm`.

Signed-off-by: Mathieu Choplain <mathieu.choplain-ext@st.com>
This commit is contained in:
Mathieu Choplain
2025-12-05 15:34:54 +01:00
committed by Anas Nashif
parent f507f0975b
commit 2d4feea8ce
20 changed files with 20 additions and 20 deletions

View File

@@ -18,7 +18,7 @@
zephyr,shell-uart = &uart7;
zephyr,sram = &sram0;
zephyr,flash = &flash0;
zephyr,ccm = &ccm0;
zephyr,dtcm = &ccm0;
};
leds {

View File

@@ -18,7 +18,7 @@
zephyr,shell-uart = &usart3;
zephyr,sram = &sram0;
zephyr,flash = &flash0;
zephyr,ccm = &ccm0;
zephyr,dtcm = &ccm0;
};
leds {

View File

@@ -19,7 +19,7 @@
zephyr,shell-uart = &uart5;
zephyr,sram = &sram0;
zephyr,flash = &flash0;
zephyr,ccm = &ccm0;
zephyr,dtcm = &ccm0;
};
leds {

View File

@@ -18,7 +18,7 @@
chosen {
zephyr,sram = &sram0;
zephyr,flash = &flash0;
zephyr,ccm = &ccm0;
zephyr,dtcm = &ccm0;
};
sdram2: sdram@d0000000 {

View File

@@ -18,7 +18,7 @@
zephyr,shell-uart = &uart4;
zephyr,sram = &sram0;
zephyr,flash = &flash0;
zephyr,ccm = &ccm0;
zephyr,dtcm = &ccm0;
};
leds {

View File

@@ -17,7 +17,7 @@
zephyr,shell-uart = &usart2;
zephyr,sram = &sram0;
zephyr,flash = &flash0;
zephyr,ccm = &ccm0;
zephyr,dtcm = &ccm0;
};
leds {

View File

@@ -17,7 +17,7 @@
zephyr,sram = &sram0;
zephyr,flash = &flash0;
zephyr,flash-controller = &flash1;
zephyr,ccm = &ccm0;
zephyr,dtcm = &ccm0;
};
leds {

View File

@@ -18,7 +18,7 @@
zephyr,shell-uart = &usart1;
zephyr,sram = &sram0;
zephyr,flash = &flash0;
zephyr,ccm = &ccm0;
zephyr,dtcm = &ccm0;
};
leds {

View File

@@ -18,7 +18,7 @@
zephyr,shell-uart = &usart2;
zephyr,sram = &sram0;
zephyr,flash = &flash0;
zephyr,ccm = &ccm0;
zephyr,dtcm = &ccm0;
};
leds {

View File

@@ -18,7 +18,7 @@
zephyr,shell-uart = &usart2;
zephyr,sram = &sram0;
zephyr,flash = &flash0;
zephyr,ccm = &ccm0;
zephyr,dtcm = &ccm0;
};
leds {

View File

@@ -18,7 +18,7 @@
zephyr,shell-uart = &usart2;
zephyr,sram = &sram0;
zephyr,flash = &flash0;
zephyr,ccm = &ccm0;
zephyr,dtcm = &ccm0;
zephyr,canbus = &can1;
};

View File

@@ -18,7 +18,7 @@
zephyr,shell-uart = &usart1;
zephyr,sram = &sram0;
zephyr,flash = &flash0;
zephyr,ccm = &ccm0;
zephyr,dtcm = &ccm0;
zephyr,canbus = &can2;
};

View File

@@ -18,7 +18,7 @@
zephyr,shell-uart = &usart2;
zephyr,sram = &sram0;
zephyr,flash = &flash0;
zephyr,ccm = &ccm0;
zephyr,dtcm = &ccm0;
zephyr,canbus = &can2;
};

View File

@@ -14,7 +14,7 @@
chosen {
zephyr,sram = &sram0;
zephyr,flash = &flash0;
zephyr,ccm = &ccm0;
zephyr,dtcm = &ccm0;
};
aliases {

View File

@@ -19,7 +19,7 @@
zephyr,shell-uart = &usart3;
zephyr,sram = &sram0;
zephyr,flash = &flash0;
zephyr,ccm = &ccm0;
zephyr,dtcm = &ccm0;
zephyr,code-partition = &slot0_partition;
};

View File

@@ -19,7 +19,7 @@
zephyr,shell-uart = &usart3;
zephyr,sram = &sram0;
zephyr,flash = &flash0;
zephyr,ccm = &ccm0;
zephyr,dtcm = &ccm0;
zephyr,code-partition = &slot0_partition;
};

View File

@@ -20,7 +20,7 @@
zephyr,shell-uart = &usart1;
zephyr,sram = &sram0;
zephyr,flash = &flash0;
zephyr,ccm = &ccm0;
zephyr,dtcm = &ccm0;
zephyr,display = &ltdc;
zephyr,touch = &stmpe811;
};

View File

@@ -19,7 +19,7 @@
zephyr,shell-uart = &usart3;
zephyr,sram = &sram0;
zephyr,flash = &flash0;
zephyr,ccm = &ccm0;
zephyr,dtcm = &ccm0;
zephyr,display = &ltdc;
zephyr,touch = &ft5336;
};

View File

@@ -18,7 +18,7 @@
zephyr,shell-uart = &usart2;
zephyr,sram = &sram0;
zephyr,flash = &flash0;
zephyr,ccm = &ccm0;
zephyr,dtcm = &ccm0;
zephyr,canbus = &can2;
};

View File

@@ -18,7 +18,7 @@
zephyr,shell-uart = &usart1;
zephyr,sram = &sram0;
zephyr,flash = &flash0;
zephyr,ccm = &ccm0;
zephyr,dtcm = &ccm0;
};
leds {