summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/stm32mp157c-dk2/lowlevel.c
Commit message (Collapse)AuthorAgeFilesLines
* ARM: stm32mp: stm32mp157c-dk2: compress the DTBAhmad Fatoum2019-06-191-2/+2
| | | | | | | This saves 23K with my configuration (from 250K to 227K). Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: Add initial STM32MP1 supportSascha Hauer2019-03-131-0/+19
This adds initial STMicroelectronics MP1 support along with support for the DK2 devel board. Only very basic support: - UART - SDRAM memory base/size - No 1st stage support Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>