]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ARM: dts: stm32: fullfill diversity with OPP for STM32M15xF SOCs
authorAlexandre Torgue <alexandre.torgue@foss.st.com>
Tue, 3 Jun 2025 09:02:07 +0000 (11:02 +0200)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Fri, 4 Jul 2025 09:24:12 +0000 (11:24 +0200)
commitab2e0f4f6cbfa8220e75a29cf80abbd8eeec7879
treeb1429e26c1c3d0a3799c66fee209759fb650a886
parentebf53abe62b0eddeecfee9cc1421f63c665de651
ARM: dts: stm32: fullfill diversity with OPP for STM32M15xF SOCs

This commit creates new file to manage security features and supported OPP
on STM32MP15xF SOCs. On STM32MP15xY, "Y" gives information:
 -Y = A means no cryp IP and no secure boot + A7-CPU@650MHz.
 -Y = C means cryp IP + optee + secure boot + A7-CPU@650MHz.
 -Y = D means no cryp IP and no secure boot + A7-CPU@800MHz.
 -Y = F means cryp IP + optee + secure boot + A7-CPU@800MHz.

It fullfills the initial STM32MP15x SoC diversity introduced by
commit 0eda69b6c5f9 ("ARM: dts: stm32: Manage security diversity
for STM32M15x SOCs").

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/20250603-stm32mp157f-dk2-v2-1-5be0854a9299@foss.st.com
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
arch/arm/boot/dts/st/stm32mp15xf.dtsi [new file with mode: 0644]