arm64: dts: st: introduce stm32mp23 SoCs family
authorAlexandre Torgue <alexandre.torgue@foss.st.com>
Tue, 25 Feb 2025 08:54:08 +0000 (09:54 +0100)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Wed, 12 Mar 2025 13:24:56 +0000 (14:24 +0100)
commite9b03ef21386e7583806e1e624a8b44c6722b365
treef75dacb54c24c92174411e9638dab61085213763
parent04b2ca486456988a7d0890fdbe215fe5e37d6829
arm64: dts: st: introduce stm32mp23 SoCs family

STM32MP23 family is composed of 3 SoCs defined as following:

-STM32MP231: common part composed of 1*Cortex-A35, common peripherals
like SDMMC, UART, SPI, I2C, parallel display, 1*ETH ...

-STM32MP233: STM32MP231 + 1*Cortex-A35 (dual CPU), a second ETH, CAN-FD.

-STM32MP235: STM32MP233 + GPU/AI and video encode/decode, DSI and LDVS
display.

A second diversity layer exists for security features/ A35 frequency:
-STM32MP23xY, "Y" gives information:
 -Y = A means A35@1.2GHz + no cryp IP and no secure boot.
 -Y = C means A35@1.2GHz + cryp IP and secure boot.
 -Y = D means A35@1.5GHz + no cryp IP and no secure boot.
 -Y = F means A35@1.5GHz + cryp IP and secure boot.

Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
Signed-off-by: Amelie Delaunay <amelie.delaunay@foss.st.com>
Link: https://lore.kernel.org/r/20250225-b4-stm32mp2_new_dts-v2-5-1a628c1580c7@foss.st.com
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
arch/arm64/boot/dts/st/stm32mp231.dtsi [new file with mode: 0644]
arch/arm64/boot/dts/st/stm32mp233.dtsi [new file with mode: 0644]
arch/arm64/boot/dts/st/stm32mp235.dtsi [new file with mode: 0644]
arch/arm64/boot/dts/st/stm32mp23xc.dtsi [new file with mode: 0644]
arch/arm64/boot/dts/st/stm32mp23xf.dtsi [new file with mode: 0644]