arch/arm64/boot/dts/renesas/r8a779g0-white-hawk-cpu.dtsi

Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/renesas/r8a779g0-white-hawk-cpu.dtsi

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/renesas/r8a779g0-white-hawk-cpu.dtsi
Extension
.dtsi
Size
351 bytes
Lines
15
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 White Hawk CPU board
 *
 * Copyright (C) 2022 Renesas Electronics Corp.
 */

#include "r8a779g0.dtsi"
#include "white-hawk-cpu-common.dtsi"

/ {
	model = "Renesas White Hawk CPU board";
	compatible = "renesas,white-hawk-cpu", "renesas,r8a779g0";
};

Annotation

Implementation Notes