arch/arm64/boot/dts/renesas/r8a779g2-white-hawk-single.dts

Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/renesas/r8a779g2-white-hawk-single.dts

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/renesas/r8a779g2-white-hawk-single.dts
Extension
.dts
Size
401 bytes
Lines
17
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-only OR BSD-2-Clause)
/*
 * Device Tree Source for the R-Car V4H ES2.0 White Hawk Single board
 *
 * Copyright (C) 2023 Glider bv
 */

/dts-v1/;
#include "r8a779g2.dtsi"
#include "white-hawk-single.dtsi"

/ {
	model = "Renesas White Hawk Single board based on r8a779g2";
	compatible = "renesas,white-hawk-single", "renesas,r8a779g2",
		     "renesas,r8a779g0";
};

Annotation

Implementation Notes