ARM: shmobile: Initial r7s72100 SoC support
authorMagnus Damm <damm@opensource.se>
Wed, 18 Sep 2013 20:11:11 +0000 (05:11 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 8 Oct 2013 00:53:00 +0000 (09:53 +0900)
commite3da5b36d48a8e55d1549da016e4c38ff3c0d0fc
tree20328faba54834a82ec34559edc49d33123331df
parentcd8344f4ddfe58ef9ca1743eff3a121f00b75302
ARM: shmobile: Initial r7s72100 SoC support

Add initial support for the r7272100 SoC including:
 - Single Cortex-A9 CPU Core
 - GIC

No static virtual mappings are used, all the components
make use of ioremap(). DT_MACHINE_START is still wrapped
in CONFIG_USE_OF to match other mach-shmobile code.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r7s72100.dtsi [new file with mode: 0644]
arch/arm/mach-shmobile/Kconfig
arch/arm/mach-shmobile/Makefile
arch/arm/mach-shmobile/clock-r7s72100.c [new file with mode: 0644]
arch/arm/mach-shmobile/include/mach/r7s72100.h [new file with mode: 0644]
arch/arm/mach-shmobile/setup-r7s72100.c [new file with mode: 0644]