diff options
| author | Ye Li <[email protected]> | 2025-11-04 23:05:37 +0800 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2025-11-04 12:46:28 -0300 |
| commit | 2b7892255bd617dfc523cfe8455dbf386a3dfaf5 (patch) | |
| tree | ffc2ed0c84b8150dda431cad98c747b3dc0cd71b /board | |
| parent | 77f67808c712d1bf0b2a34e5d0ecb49fb7865f4c (diff) | |
imx95_evk: Add basic support for iMX95 15x15 EVK
Add boot support and peripherals like eMMC/SD, UART, I2C, GPIO, ENETC0/1
and PCIE0/1 for iMX95 15x15 LPDDR4X EVK.
Updated doc for build instructions.
Signed-off-by: Ye Li <[email protected]>
Diffstat (limited to 'board')
| -rw-r--r-- | board/freescale/imx95_evk/Kconfig | 2 | ||||
| -rw-r--r-- | board/freescale/imx95_evk/MAINTAINERS | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/board/freescale/imx95_evk/Kconfig b/board/freescale/imx95_evk/Kconfig index f9a67353e5d..bf746e091de 100644 --- a/board/freescale/imx95_evk/Kconfig +++ b/board/freescale/imx95_evk/Kconfig @@ -1,4 +1,4 @@ -if TARGET_IMX95_19X19_EVK +if TARGET_IMX95_19X19_EVK || TARGET_IMX95_15X15_EVK config SYS_BOARD default "imx95_evk" diff --git a/board/freescale/imx95_evk/MAINTAINERS b/board/freescale/imx95_evk/MAINTAINERS index 9d5c4e41b65..bc27786f70d 100644 --- a/board/freescale/imx95_evk/MAINTAINERS +++ b/board/freescale/imx95_evk/MAINTAINERS @@ -5,3 +5,4 @@ F: board/freescale/imx95_evk/ F: include/configs/imx95_evk.h F: configs/imx95_a0_19x19_evk_defconfig F: configs/imx95_19x19_evk_defconfig +F: configs/imx95_15x15_evk_defconfig |
