]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: schneider: add RZN1 board support
authorRalph Siemsen <ralph.siemsen@linaro.org>
Sat, 13 May 2023 01:36:56 +0000 (21:36 -0400)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 13 May 2023 02:01:30 +0000 (04:01 +0200)
commite87c869db3620c9b03b4364e144c19387d7bfd7a
tree2120eb02e55e5ddc1c84ba24c45eecbc10e4c4ec
parent2156327846d64ab200e904387623cd9d7bbfc84f
board: schneider: add RZN1 board support

Add support for Schneider Electric RZ/N1D and RZ/N1S boards, which
are based on the Reneasas RZ/N1 SoC devices.

The intention is to support both boards using a single defconfig, and to
handle the differences at runtime.

Signed-off-by: Ralph Siemsen <ralph.siemsen@linaro.org>
Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
14 files changed:
arch/arm/dts/r9a06g032-ddr.dtsi [new file with mode: 0644]
arch/arm/dts/r9a06g032-rzn1-snarc-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/r9a06g032-rzn1-snarc.dts [new file with mode: 0644]
board/schneider/rzn1-snarc/Kconfig [new file with mode: 0644]
board/schneider/rzn1-snarc/Makefile [new file with mode: 0644]
board/schneider/rzn1-snarc/rzn1.c [new file with mode: 0644]
configs/rzn1_snarc_defconfig [new file with mode: 0644]
drivers/ram/Makefile
drivers/ram/renesas/Makefile [new file with mode: 0644]
drivers/ram/renesas/rzn1/Makefile [new file with mode: 0644]
drivers/ram/renesas/rzn1/ddr_async.c [new file with mode: 0644]
include/configs/rzn1-snarc.h [new file with mode: 0644]
include/renesas/is43tr16256a_125k_CTL.h [new file with mode: 0644]
include/renesas/jedec_ddr3_2g_x16_1333h_500_cl8.h [new file with mode: 0644]