[PATCH 0/6] Add support for sama7d65 SoC and sama7d65 curiosity board
Eugen Hristev
eugen.hristev at linaro.org
Mon Jul 28 17:19:01 CEST 2025
On 7/7/25 14:29, Varshini Rajendran wrote:
> This patch series adds support for the new SoC sama7d65.
> - sama7d65 SoC is added
> - Clock driver for sama7d65 is added
> - Target board SAMA7D65 Curiosity is added with its differences in DT
> and MMC config support
>
> Ryan Wanner (6):
> clk: at91: Update MAX PLL and master clk ID
> clk: at91: sama7d65: add clock support
> ARM: mach-at91: add support for new SoC sama7d65
> ARM: dts: at91: sama7d65-curiosity: Add DT tweaks for
> sama7d65-curiosity board
> board: sama7d65_curiosity: Add support for sama7d65_curiosity
> configs: sama7d65_curiosity: Add defconfig for sama7d65_curiosity
>
> .../dts/at91-sama7d65_curiosity-u-boot.dtsi | 80 +
> arch/arm/mach-at91/Kconfig | 13 +
> arch/arm/mach-at91/armv7/Makefile | 1 +
> arch/arm/mach-at91/armv7/sama7d65_devices.c | 31 +
> arch/arm/mach-at91/include/mach/hardware.h | 2 +
> arch/arm/mach-at91/include/mach/sama7d65.h | 107 ++
> board/atmel/sama7d65_curiosity/Kconfig | 15 +
> board/atmel/sama7d65_curiosity/MAINTAINERS | 6 +
> board/atmel/sama7d65_curiosity/Makefile | 7 +
> .../sama7d65_curiosity/sama7d65_curiosity.c | 75 +
> configs/sama7d65_curiosity_mmc1_defconfig | 108 ++
> drivers/clk/at91/Makefile | 1 +
> drivers/clk/at91/clk-master.c | 2 +-
> drivers/clk/at91/clk-sam9x60-pll.c | 2 +-
> drivers/clk/at91/sama7d65.c | 1451 +++++++++++++++++
> include/configs/sama7d65_curiosity.h | 20 +
> 16 files changed, 1919 insertions(+), 2 deletions(-)
> create mode 100644 arch/arm/dts/at91-sama7d65_curiosity-u-boot.dtsi
> create mode 100644 arch/arm/mach-at91/armv7/sama7d65_devices.c
> create mode 100644 arch/arm/mach-at91/include/mach/sama7d65.h
> create mode 100644 board/atmel/sama7d65_curiosity/Kconfig
> create mode 100644 board/atmel/sama7d65_curiosity/MAINTAINERS
> create mode 100644 board/atmel/sama7d65_curiosity/Makefile
> create mode 100644 board/atmel/sama7d65_curiosity/sama7d65_curiosity.c
> create mode 100644 configs/sama7d65_curiosity_mmc1_defconfig
> create mode 100644 drivers/clk/at91/sama7d65.c
> create mode 100644 include/configs/sama7d65_curiosity.h
>
Applied to u-boot-at91/master , thanks !
More information about the U-Boot
mailing list