summaryrefslogtreecommitdiff
path: root/board/data_modul/imx8mp_edm_sbc/lpddr4_timing.h
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2023-04-04 01:07:43 +0200
committerStefano Babic <sbabic@denx.de>2023-04-04 09:35:39 +0200
commit302f7e80b9d599c737bf804ee66728c67d3b739e (patch)
treec5a9ce4b643870736d9cc04410f77827ae599f6d /board/data_modul/imx8mp_edm_sbc/lpddr4_timing.h
parent240a274f0fc01e04902be6909d506c430935f8a7 (diff)
ARM: dts: imx: Add support for Data Modul i.MX8M Plus eDM SBC
Add support for Data Modul i.MX8M Plus eDM SBC board. This is an evaluation board for various custom display units. Currently supported are serial console, ethernet, eMMC, SD, SPI NOR, USB. Signed-off-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'board/data_modul/imx8mp_edm_sbc/lpddr4_timing.h')
-rw-r--r--board/data_modul/imx8mp_edm_sbc/lpddr4_timing.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/board/data_modul/imx8mp_edm_sbc/lpddr4_timing.h b/board/data_modul/imx8mp_edm_sbc/lpddr4_timing.h
new file mode 100644
index 00000000000..24569d5931b
--- /dev/null
+++ b/board/data_modul/imx8mp_edm_sbc/lpddr4_timing.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Copyright 2022 Marek Vasut <marex@denx.de>
+ */
+
+#ifndef __LPDDR4_TIMING_H__
+#define __LPDDR4_TIMING_H__
+
+extern struct dram_timing_info dmo_imx8mp_sbc_dram_timing_32_32;
+
+#endif /* __LPDDR4_TIMING_H__ */