summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2024-11-29 01:35:43 +0100
committerFabio Estevam <[email protected]>2024-11-29 09:20:47 -0300
commit4835efca7a004fab62853f3e6bbd2854d1df503b (patch)
tree4f52ef716e3a85cc1d79435768ec46c39f2bed8e /configs
parent0b97a394f6b76dc0b538e23af0589a51717119c1 (diff)
ARM: dts: imx: Enable PCIe and NVMe on Data Modul i.MX8M Mini eDM SBC
Enable PCIe/NVMe support on Data Modul i.MX8M Mini eDM SBC. Except for the configuration options which are enabled, add slight adjustment to board u-boot.dtsi, which is necessary as there is currently no driver for the I2C PCIe clock generator. Since the generator is strapped to be always on, it is possible to supplant the generator functionality by fixed-clock. Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to 'configs')
-rw-r--r--configs/imx8mm_data_modul_edm_sbc_defconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/imx8mm_data_modul_edm_sbc_defconfig b/configs/imx8mm_data_modul_edm_sbc_defconfig
index 518243e6513..66cb1331ded 100644
--- a/configs/imx8mm_data_modul_edm_sbc_defconfig
+++ b/configs/imx8mm_data_modul_edm_sbc_defconfig
@@ -5,12 +5,18 @@ CONFIG_ARCH_IMX8M=y
CONFIG_TARGET_IMX8MM_DATA_MODUL_EDM_SBC=y
CONFIG_CI_UDC=y
CONFIG_CLK_IMX8MM=y
+CONFIG_CMD_PCI=y
CONFIG_DEFAULT_DEVICE_TREE="imx8mm-data-modul-edm-sbc"
CONFIG_DEFAULT_FDT_FILE="imx8mm-data-modul-edm-sbc.dtb"
CONFIG_DM_PMIC_BD71837=y
CONFIG_DM_REGULATOR_BD71837=y
CONFIG_IMX_CONFIG="board/data_modul/imx8mm_edm_sbc/imximage.cfg"
+CONFIG_NVME_PCI=y
+CONFIG_PCI=y
+CONFIG_PCIE_DW_IMX=y
+CONFIG_PHY=y
CONFIG_PHYLIB=y
+CONFIG_PHY_IMX8M_PCIE=y
CONFIG_PREBOOT="run dmo_preboot"
CONFIG_SDP_LOADADDR=0x60000000
CONFIG_SPL_BSS_MAX_SIZE=0x2000