diff options
-rw-r--r-- | conf/machine/imx95-19x19-verdin.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/machine/imx95-19x19-verdin.conf b/conf/machine/imx95-19x19-verdin.conf index 38acc47da..5ae9ac665 100644 --- a/conf/machine/imx95-19x19-verdin.conf +++ b/conf/machine/imx95-19x19-verdin.conf | |||
@@ -8,6 +8,12 @@ MACHINEOVERRIDES =. "mx95:" | |||
8 | 8 | ||
9 | require conf/machine/include/imx95-evk.inc | 9 | require conf/machine/include/imx95-evk.inc |
10 | 10 | ||
11 | # iMX95 Verdin EVK V1.1E is the first revision with a B0 SoC, | ||
12 | # older versions require A0/A1 support, set with the below variable | ||
13 | #IMX_SOC_REV:${MACHINE} = "A0" | ||
14 | # When building for A0/A1 iMX95 SoCs, set OEI_DDRCONFIG accordingly | ||
15 | OEI_DDRCONFIG = "${@'XIMX95LPD5EVK19_6400mbps_train_timing_a1' if d.getVar('IMX_SOC_REV')[0] == 'A' else ''}" | ||
16 | |||
11 | KERNEL_DEVICETREE_BASENAME = "imx95-19x19-verdin" | 17 | KERNEL_DEVICETREE_BASENAME = "imx95-19x19-verdin" |
12 | 18 | ||
13 | KERNEL_DEVICETREE:append:use-nxp-bsp = " \ | 19 | KERNEL_DEVICETREE:append:use-nxp-bsp = " \ |