arch/arm64/boot/dts/freescale/fsl-lx2160a-clearfog-cx.dts

Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/freescale/fsl-lx2160a-clearfog-cx.dts

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/freescale/fsl-lx2160a-clearfog-cx.dts
Extension
.dts
Size
376 bytes
Lines
18
Domain
Architecture Layer
Bucket
arch/arm64
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)
//
// Device Tree file for LX2160A Clearfog CX board
//
// Copyright 2019 SolidRun Ltd.

/dts-v1/;

#include "fsl-lx2160a.dtsi"
#include "fsl-lx2160a-cex7.dtsi"
#include "fsl-lx2160a-clearfog-itx.dtsi"

/ {
	model = "SolidRun LX2160A Clearfog CX";
	compatible = "solidrun,clearfog-cx",
		"solidrun,lx2160a-cex7", "fsl,lx2160a";
};

Annotation

Implementation Notes