| #
7ddf0afd |
| 20-Feb-2026 |
Govindraj Raja <govindraj.raja@arm.com> |
Merge changes from topic "stm32mp23_stm32mp21" into integration
* changes: feat(stm32mp21-fdts): add STM32MP215F-DK board feat(fdts): introduce STM32MP21 pinctrl files feat(stm32mp2): add a ne
Merge changes from topic "stm32mp23_stm32mp21" into integration
* changes: feat(stm32mp21-fdts): add STM32MP215F-DK board feat(fdts): introduce STM32MP21 pinctrl files feat(stm32mp2): add a new stm32mp21 power compatible feat(stm32mp2): add RIFSC USB configuration for variants feat(st-rif): add STM32MP2x support in RIFSC driver feat(stm32mp2): include dedicated RIFSC ID headers feat(stm32mp21): add RIFSC IDs bindings feat(stm32mp21): enable USBOTG DFU feat(st-usb): enable USBOTG DFU for STM32MP21 feat(stm32mp2): manage RISAF MCE key for STM32MP21 feat(st-rif): add RISAF MCE support for STM32MP21 feat(stm32mp2): define UART8 and UART9 under STM32MP25 flag feat(stm32mp21): display package type feat(stm32mp21): add SoC part numbers feat(stm32mp21): update boot API header version feat(stm32mp2): introduce MCE encryption level in RISAF dt-bindings feat(stm32mp21): update STM32 header size for STM32MP21 feat(st-bsec): update OTPCR masks for STM32MP21 feat(st-bsec): add STM32MP21 version support feat(stm32mp21): remove GPIOJ and GPIOK feat(stm32mp21): update SRAM1 and RETRAM base address feat(stm32mp21-fdts): add fw-config file feat(stm32mp21): manage STM32MP21 DT overlays feat(stm32mp21-fdts): add pinctrl DT file feat(stm32mp21-fdts): add SoC DT files feat(stm32image): add header version 2.3 support docs(changelog): add st-rif scope docs(changelog): reorder ST drivers scopes feat(stm32mp23-fdts): add STM32MP235F-DK board feat(stm32mp23): add RIFSC IDs bindings feat(stm32mp23-fdts): add SoC DT files feat(stm32mp23-fdts): add fw-config file feat(stm32mp23): manage STM32MP23 DT overlays feat(stm32mp23): display package type feat(stm32mp23): add SoC part numbers
show more ...
|
| #
ad47dc74 |
| 16-Apr-2024 |
Maxime Méré <maxime.mere@foss.st.com> |
feat(fdts): introduce STM32MP21 pinctrl files
Four packages exist for STM32MP21 dies. As ball-out is different between them, this patch cover those differences by introducing dedicated pinctrl dtsi
feat(fdts): introduce STM32MP21 pinctrl files
Four packages exist for STM32MP21 dies. As ball-out is different between them, this patch cover those differences by introducing dedicated pinctrl dtsi files. Each dtsi pinctrl package file describes the package ball-out through gpio-ranges.
Available packages are: STM32MP21xxAL: 10*10 VFBGA361 / 123 GPIOs STM32MP21xxAM: 14*14 VFBGA289 / 123 GPIOs STM32MP21xxAN: 11*11 VFBGA273 / 123 GPIOs STM32MP21xxAO: 8*8 VFBGA225 / 98 GPIOs
Change-Id: Ia2105f5f81fdd93784f7690137484e45a3078d1f Signed-off-by: Maxime Méré <maxime.mere@foss.st.com>
show more ...
|