]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: rmobile: Add basic RZ/G2L family support
authorPaul Barker <paul.barker.ct@bp.renesas.com>
Mon, 16 Oct 2023 09:25:27 +0000 (10:25 +0100)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Mon, 16 Oct 2023 13:46:18 +0000 (15:46 +0200)
commit387d4275ab0efaee890360e871e29d69d5f866bd
treedfcd2d6713e9d8960245b13dcbd3287ac3fd808e
parent4c480018744f659aeb27fa9cd3a3b6b33a399c8f
arm: rmobile: Add basic RZ/G2L family support

The Renesas RZ/G2L family includes the following ARM SoCs:

* RZ/G2L  (r9a07g044l)
* RZ/G2LC (r9a07g044c)
* RZ/G2UL (r9a07g043u)
* RZ/V2L  (r9a07g054l)

Support for individual SoCs and evaluation boards will be added in
separate patches.

Signed-off-by: Paul Barker <paul.barker.ct@bp.renesas.com>
Reviewed-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
arch/arm/mach-rmobile/Kconfig
arch/arm/mach-rmobile/Kconfig.rzg2l [new file with mode: 0644]
arch/arm/mach-rmobile/include/mach/rmobile.h
arch/arm/mach-rmobile/include/mach/rzg2l.h [new file with mode: 0644]