Add initial support for Renesas R-Car X5H R8A78000 Ironhide board. This consists mainly of DTs, Makefile and Kconfig entries and board specific configuration files. The DTs will be gradually switched over to Linux DTs via OF_UPSTREAM once Linux DTs become available upstream, as upstreaming progresses. Signed-off-by: Hai Pham <hai.pham.ud@renesas.com> Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
24 lines
675 B
Plaintext
24 lines
675 B
Plaintext
#include <configs/renesas_rcar64.config>
|
|
|
|
CONFIG_ARCH_CPU_INIT=y
|
|
CONFIG_SYS_LOAD_ADDR=0x9E600000
|
|
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
|
|
CONFIG_USE_BOOTARGS=y
|
|
CONFIG_USE_BOOTCOMMAND=y
|
|
|
|
CONFIG_BOOTARGS="root=/dev/nfs rw nfsroot=192.168.0.1:/export/rfs ip=192.168.0.20"
|
|
CONFIG_CMD_MMC=y
|
|
CONFIG_DM_ETH_PHY=y
|
|
# CONFIG_MMC_HS200_SUPPORT is not set
|
|
# CONFIG_MMC_IO_VOLTAGE is not set
|
|
# CONFIG_MMC_UHS_SUPPORT is not set
|
|
CONFIG_PHY_R8A78000_ETHERNET_PCS=y
|
|
CONFIG_PHY_R8A78000_MP_PHY=y
|
|
CONFIG_PHY_TI_DP83869=y
|
|
# CONFIG_PSCI_RESET is not set
|
|
CONFIG_RENESAS_ETHER_SWITCH=y
|
|
CONFIG_RENESAS_SDHI=y
|
|
CONFIG_SPI_FLASH_SPANSION=y
|
|
# CONFIG_SPI_FLASH_USE_4K_SECTORS is not set
|
|
CONFIG_SYS_I2C_RCAR_I2C=y
|