ARM: shmobile: Initial r8a7790 SoC support
Add initial support for the r8a7790 SoC including: - Single Cortex-A15 CPU Core - GIC - Architecture timer 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>
Showing
- arch/arm/boot/dts/r8a7790.dtsi 54 additions, 0 deletionsarch/arm/boot/dts/r8a7790.dtsi
- arch/arm/mach-shmobile/Kconfig 7 additions, 0 deletionsarch/arm/mach-shmobile/Kconfig
- arch/arm/mach-shmobile/Makefile 1 addition, 0 deletionsarch/arm/mach-shmobile/Makefile
- arch/arm/mach-shmobile/clock-r8a7790.c 61 additions, 0 deletionsarch/arm/mach-shmobile/clock-r8a7790.c
- arch/arm/mach-shmobile/include/mach/r8a7790.h 7 additions, 0 deletionsarch/arm/mach-shmobile/include/mach/r8a7790.h
- arch/arm/mach-shmobile/setup-r8a7790.c 51 additions, 0 deletionsarch/arm/mach-shmobile/setup-r8a7790.c
arch/arm/boot/dts/r8a7790.dtsi
0 → 100644
arch/arm/mach-shmobile/clock-r8a7790.c
0 → 100644
arch/arm/mach-shmobile/setup-r8a7790.c
0 → 100644
Please register or sign in to comment