arch/arm/boot/dts/nxp/imx/imx6ull-phytec-tauri-emmc.dts

Source file repositories/reference/linux-study-clean/arch/arm/boot/dts/nxp/imx/imx6ull-phytec-tauri-emmc.dts

File Facts

System
Linux kernel
Corpus path
arch/arm/boot/dts/nxp/imx/imx6ull-phytec-tauri-emmc.dts
Extension
.dts
Size
439 bytes
Lines
21
Domain
Architecture Layer
Bucket
arch/arm
Inferred role
Architecture Layer: configuration, schema, or hardware description
Status
atlas-only

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

// 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-emmc",
		     "phytec,imx6ull-phygate-tauri",
		     "phytec,imx6ull-pcl063", "fsl,imx6ull";
};

/* EMMC-Version */
&usdhc2 {
	status = "okay";
};

Annotation

Implementation Notes