ARM: at91: introduce SAMA5 support
authorLudovic Desroches <ludovic.desroches@atmel.com>
Fri, 22 Mar 2013 13:24:12 +0000 (13:24 +0000)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Tue, 26 Mar 2013 11:18:04 +0000 (12:18 +0100)
commit8f4b47949f61eb7f68f458d56a661a7842e67c44
treeeebf2f59a252a6dc8dc200e23cd81521d936b386
parent8f0cdcc5700d9f9508385f41f6047fca82334eba
ARM: at91: introduce SAMA5 support

This patch introduces the SAMA5 support and a generic board file for SAMA5
devices. It also updates the PMC driver to manage clock division which is a
requirement since some peripherals can't work at the bus frequency on SAMA5.

Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/mach-at91/Kconfig
arch/arm/mach-at91/Makefile
arch/arm/mach-at91/board-dt-sama5.c [new file with mode: 0644]
arch/arm/mach-at91/clock.c
arch/arm/mach-at91/clock.h
arch/arm/mach-at91/include/mach/at91_pmc.h
arch/arm/mach-at91/include/mach/cpu.h
arch/arm/mach-at91/include/mach/sama5d3.h [new file with mode: 0644]
arch/arm/mach-at91/sama5d3.c [new file with mode: 0644]
arch/arm/mach-at91/setup.c
arch/arm/mach-at91/soc.h
This page took 0.026594 seconds and 5 git commands to generate.