mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-12 04:56:02 +01:00
Add i.MX91 11x11 EVK Board support. - Four ddr scripts included w/o inline ecc feature. - SDHC/NETWORK/I2C/UART supported - PCA9451 supported, default nominal drive mode - Documentation added. Signed-off-by: Ye Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
20 lines
307 B
Plaintext
20 lines
307 B
Plaintext
if TARGET_IMX91_11X11_EVK
|
|
|
|
config SYS_BOARD
|
|
default "imx91_evk"
|
|
|
|
config SYS_VENDOR
|
|
default "freescale"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "imx91_evk"
|
|
|
|
config IMX91_EVK_LPDDR4
|
|
bool "Using LPDDR4 Timing and PMIC voltage"
|
|
default y
|
|
select IMX9_LPDDR4X
|
|
help
|
|
Select the LPDDR4 timing and 1.1V VDDQ
|
|
|
|
endif
|