[V1 0/2] Add SoC support for stm32mp13xx CPUs
From: Rodolfo Giometti
Date: Mon May 19 2025 - 09:12:21 EST
From: Rodolfo Giometti <rodolfo.giometti@xxxxxxxxx>
This patchset adds SoC support for stm32mp13xx CPUs, allowing users to
read the following information:
# ls /sys/bus/soc/devices/soc0/
family power secure soc_id uevent
machine revision serial_number subsystem
All entries are standard SoC entries except "secure", which reports
the CPU security status as described in the CPU datasheet.
Rodolfo Giometti (2):
arm stm32mp131.dtsi: add "encoding_mode" nvmem definition
drivers soc: add support for ST stm32mp13xx family
arch/arm/boot/dts/st/stm32mp131.dtsi | 7 +
drivers/soc/st/Makefile | 1 +
drivers/soc/st/soc-stm32mp13.c | 253 +++++++++++++++++++++++++++
3 files changed, 261 insertions(+)
create mode 100644 drivers/soc/st/soc-stm32mp13.c
--
2.25.1