board: phytec: common: Add phyCORE-AM62Ax

Add the phyCORE-AM62Ax to our common board directory to
enable our SOM detection for this product.

Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
diff --git a/board/phytec/common/Kconfig b/board/phytec/common/Kconfig
index bc55117..65451a3 100644
--- a/board/phytec/common/Kconfig
+++ b/board/phytec/common/Kconfig
@@ -38,6 +38,17 @@
 	   Support of I2C EEPROM based SoM detection. Supported
 	   for PHYTEC AM62x boards.
 
+config PHYTEC_AM62A_SOM_DETECTION
+	bool "Support SoM detection for AM62Ax PHYTEC platforms"
+	depends on (TARGET_PHYCORE_AM62AX_A53 || TARGET_PHYCORE_AM62AX_R5) && \
+		   PHYTEC_SOM_DETECTION
+	select SUPPORT_EXTENSION_SCAN
+	depends on SPL_I2C && DM_I2C
+	default y
+	help
+	   Support of I2C EEPROM based SoM detection. Supported
+	   for PHYTEC AM62Ax boards.
+
 config PHYTEC_AM64_SOM_DETECTION
 	bool "Support SoM detection for AM64x PHYTEC platforms"
 	depends on (TARGET_PHYCORE_AM64X_A53 || TARGET_PHYCORE_AM64X_R5) && \