ARM: renesas: Add R8A779G0 V4H White Hawk board code
authorHai Pham <hai.pham.ud@renesas.com>
Tue, 28 Feb 2023 21:37:08 +0000 (22:37 +0100)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Fri, 7 Apr 2023 15:13:28 +0000 (17:13 +0200)
commit36b63c92c3ffb5a8673f58e2111f3ee3273e6952
treefe02b94916e0f79bfce2b111a85ab98f259c7847
parente4e242b29627bcfa9a93fe75c7ececf199a02cec
ARM: renesas: Add R8A779G0 V4H White Hawk board code

Add board code for R8A779G0 V4H White Hawk board.

Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Signed-off-by: Hai Pham <hai.pham.ud@renesas.com>
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
[Marek: Synchronize configuration symbols which are now switched to Kconfig
        Mallocate gd->bd->bi_boot_params, i.e. drop the assignment
        Sort headers, use clrbits_le32(), use BIT macros where appropriate
        Use CONFIG_SYS_CLK_FREQ for counter frequency instead of custom macro]
arch/arm/dts/Makefile
arch/arm/dts/r8a779g0-white-hawk-u-boot.dts [new file with mode: 0644]
arch/arm/mach-rmobile/Kconfig.rcar4
board/renesas/whitehawk/Kconfig [new file with mode: 0644]
board/renesas/whitehawk/Makefile [new file with mode: 0644]
board/renesas/whitehawk/whitehawk.c [new file with mode: 0644]
configs/r8a779g0_whitehawk_defconfig [new file with mode: 0644]
include/configs/whitehawk.h [new file with mode: 0644]