summaryrefslogtreecommitdiffstats
path: root/dts/src/arm/imx6ull-phytec-tauri-emmc.dts
blob: 14adb87da9111a80bfd48baac5bf323786082467 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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";
};