diff options
Diffstat (limited to 'conf/machine/imx943-19x19-lpddr4-evk.conf')
| -rw-r--r-- | conf/machine/imx943-19x19-lpddr4-evk.conf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/conf/machine/imx943-19x19-lpddr4-evk.conf b/conf/machine/imx943-19x19-lpddr4-evk.conf new file mode 100644 index 000000000..159aca2dc --- /dev/null +++ b/conf/machine/imx943-19x19-lpddr4-evk.conf | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: NXP i.MX 943 19x19 Evaluation Kit with LPDDR4 | ||
| 3 | #@SOC: i.MX943 | ||
| 4 | #@DESCRIPTION: Machine configuration for NXP i.MX 943 19x19 EVK with LPDDR4 | ||
| 5 | #@MAINTAINER: Jun Zhu <junzhu@nxp.com> | ||
| 6 | |||
| 7 | require conf/machine/include/imx943-evk.inc | ||
| 8 | |||
| 9 | KERNEL_DEVICETREE:append:use-nxp-bsp = " \ | ||
| 10 | " | ||
| 11 | |||
| 12 | UBOOT_CONFIG_BASENAME = "imx943_evk" | ||
| 13 | |||
| 14 | OEI_BOARD ?= "mx943lp4-19" | ||
| 15 | DDR_TYPE = "lpddr4x" | ||
| 16 | DDR_FIRMWARE_NAME = " \ | ||
| 17 | lpddr4x_dmem_v202409.bin \ | ||
| 18 | lpddr4x_dmem_qb_v202409.bin \ | ||
| 19 | lpddr4x_imem_v202409.bin \ | ||
| 20 | lpddr4x_imem_qb_v202409.bin \ | ||
| 21 | " | ||
| 22 | OEI_DDR_CONFIG = "MIMX943_LPDDR4_EVK_19X19_4266MTS_FW2024.09_timing" | ||
| 23 | OEI_DDR_CONFIG_ECC = "MIMX943_LPDDR4_EVK_19X19_4266MTS_FW2024.09_ECC_enabled_timing" | ||
