]> git.dujemihanovic.xyz Git - u-boot.git/commit
ARM: rmobile: Add support for Renesas RZ/N1 SoC
authorRalph Siemsen <ralph.siemsen@linaro.org>
Sat, 13 May 2023 01:36:55 +0000 (21:36 -0400)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 13 May 2023 02:01:30 +0000 (04:01 +0200)
commit2156327846d64ab200e904387623cd9d7bbfc84f
treefaaa7101e8fd2b4d3f93a4fbcea5d6efd8f5101c
parent4647a84b6c363271a9f67d20ec0b987b9d26b2b4
ARM: rmobile: Add support for Renesas RZ/N1 SoC

The RZ/N1 is a family of SoC devices from Renesas, featuring:

* ARM Cortex-A7 CPU (single/dual core) and/or Cortex-M3
* Integrated SRAM up to 6MB
* Integrated gigabit ethernet switch
* Optional DDR2/3 controller
* I2C, SPI, UART, NAND, QSPI, SDIO, USB, CAN, RTC, LCD

Add basic support for this family, modeled on the existing RZA1.

Signed-off-by: Ralph Siemsen <ralph.siemsen@linaro.org>
Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
arch/arm/mach-rmobile/Kconfig
arch/arm/mach-rmobile/Kconfig.rzn1 [new file with mode: 0644]
arch/arm/mach-rmobile/cpu_info.c