arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28-var3.dts

Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28-var3.dts

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28-var3.dts
Extension
.dts
Size
401 bytes
Lines
19
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+
/*
 * Device Tree file for the Kontron SMARC-sAL28 board.
 *
 * This is for the network variant 3 which has one ethernet ports.
 *
 * Copyright (C) 2024 Michael Walle <michael@walle.cc>
 *
 */

/dts-v1/;

#include "fsl-ls1028a-kontron-sl28.dts"

/ {
	model = "Kontron SMARC-sAL28 (Single PHY)";
	compatible = "kontron,sl28-var3", "kontron,sl28", "fsl,ls1028a";
};

Annotation

Implementation Notes