summaryrefslogtreecommitdiffstats
path: root/dts/src/arm/imx6ull-phytec-tauri-emmc.dts
diff options
context:
space:
mode:
Diffstat (limited to 'dts/src/arm/imx6ull-phytec-tauri-emmc.dts')
-rw-r--r--dts/src/arm/imx6ull-phytec-tauri-emmc.dts20
1 files changed, 20 insertions, 0 deletions
diff --git a/dts/src/arm/imx6ull-phytec-tauri-emmc.dts b/dts/src/arm/imx6ull-phytec-tauri-emmc.dts
new file mode 100644
index 0000000000..14adb87da9
--- /dev/null
+++ b/dts/src/arm/imx6ull-phytec-tauri-emmc.dts
@@ -0,0 +1,20 @@
+// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
+/*
+ * Copyright (C) 2021 PHYTEC Messtechnik GmbH
+ * Author: Alexander Bauer <a.bauer@phytec.de>
+ */
+
+/dts-v1/;
+#include "imx6ull-phytec-tauri.dtsi"
+
+/ {
+ model = "PHYTEC phyGate-Tauri i.MX6 UltraLite";
+ compatible = "phytec,imx6ull-phygate-tauri",
+ "phytec,imx6ull-phygate-tauri-emmc",
+ "phytec,imx6ull-pcl063", "fsl,imx6ull";
+};
+
+/* EMMC-Version */
+&usdhc2 {
+ status = "okay";
+};