Enable OF_UPSTREAM to use upstream Linux kernel DT source as a base for U-Boot control DT. Retain currently present parts of the DT which are not yet part of upstream Linux kernel DT in -u-boot.dtsi files until they get replaced by upstream equivalents. Add renesas/ prefix to the DEFAULT_DEVICE_TREE as part of the switch. Unused i2c2..i2c8 nodes have been removed, and will become available once upstream Linux kernel DT adds those nodes. The DRAM_RSV_SIZE has been updated to cover first 518 MiB of DRAM, which are reserved for firmware and other use. Note that all DT parts in -u-boot.dtsi are not considered stable DT bindings and may change before they land in Linux kernel and become stable DT ABI. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
43 lines
1.2 KiB
Plaintext
43 lines
1.2 KiB
Plaintext
#include <configs/renesas_rcar5.config>
|
|
|
|
CONFIG_ARM=y
|
|
CONFIG_ARCH_RENESAS=y
|
|
CONFIG_RCAR_GEN5=y
|
|
CONFIG_TARGET_IRONHIDE=y
|
|
|
|
CONFIG_ARMV8_PSCI=y
|
|
CONFIG_ARM_SMCCC=y
|
|
CONFIG_BAUDRATE=1843200
|
|
CONFIG_BOOTCOMMAND="setexpr dloadaddr ${loadaddr} + 0x200000 && setexpr dloadaddr ${dloadaddr} \\\\& 0xffc00000 && setexpr kloadaddr ${dloadaddr} + 0x200000 && tftp ${dloadaddr} r8a78000-ironhide.dtb && tftp ${kloadaddr} Image && booti ${kloadaddr} - ${dloadaddr}"
|
|
CONFIG_DEFAULT_DEVICE_TREE="renesas/r8a78000-ironhide"
|
|
CONFIG_CLK_CCF=y
|
|
CONFIG_CLK_COMPOSITE_CCF=y
|
|
CONFIG_CLK_SCMI=y
|
|
CONFIG_CMD_CLK=y
|
|
CONFIG_CMD_MEMTEST=y
|
|
CONFIG_CMD_SCMI=y
|
|
CONFIG_CMD_UFS=y
|
|
CONFIG_DM_MAILBOX=y
|
|
CONFIG_DM_RESET=y
|
|
CONFIG_ENV_IS_IN_MMC=y
|
|
CONFIG_ENV_MMC_DEVICE_INDEX=0
|
|
CONFIG_ENV_MMC_EMMC_HW_PARTITION=2
|
|
CONFIG_ENV_OFFSET=0xFFFE0000
|
|
CONFIG_ENV_SIZE=0x20000
|
|
CONFIG_FIRMWARE=y
|
|
CONFIG_NR_DRAM_BANKS=16
|
|
CONFIG_POWER_DOMAIN=y
|
|
CONFIG_RCAR_MFIS_MBOX=y
|
|
CONFIG_RESET_SCMI=y
|
|
CONFIG_SCMI_AGENT_MAILBOX=y
|
|
CONFIG_SCMI_FIRMWARE=y
|
|
CONFIG_SCMI_POWER_DOMAIN=y
|
|
CONFIG_SCSI=y
|
|
CONFIG_SYS_ALT_MEMTEST=y
|
|
CONFIG_SYS_BARGSIZE=2048
|
|
CONFIG_SYS_BOOT_GET_CMDLINE=y
|
|
CONFIG_SYS_CBSIZE=2048
|
|
CONFIG_SYS_CLK_FREQ=1066666667
|
|
CONFIG_UFS=y
|
|
CONFIG_UFS_RENESAS_GEN5=y
|