arch/arm/boot/dts/nvidia/tegra124-nyan-big-fhd.dts

Source file repositories/reference/linux-study-clean/arch/arm/boot/dts/nvidia/tegra124-nyan-big-fhd.dts

File Facts

System
Linux kernel
Corpus path
arch/arm/boot/dts/nvidia/tegra124-nyan-big-fhd.dts
Extension
.dts
Size
259 bytes
Lines
18
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
/dts-v1/;

#include "tegra124-nyan-big.dts"

/ {
	/* Version of Nyan Big with 1080p panel */
	host1x@50000000 {
		dpaux@545c0000 {
			aux-bus {
				panel: panel {
					compatible = "auo,b133htn01";
				};
			};
		};
	};
};

Annotation

Implementation Notes