arch/arm64/boot/dts/renesas/r8a779m3.dtsi

Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/renesas/r8a779m3.dtsi

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/renesas/r8a779m3.dtsi
Extension
.dtsi
Size
437 bytes
Lines
25
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 Source for the R-Car M3e-2G (R8A779M3) SoC
 *
 * Copyright (C) 2021 Glider bv
 */

#include "r8a77961.dtsi"

/ {
	compatible = "renesas,r8a779m3", "renesas,r8a77961";
};

&cluster0_opp {
	opp-1800000000 {
		/delete-property/ turbo-mode;
	};
	opp-2000000000 {
		opp-hz = /bits/ 64 <2000000000>;
		opp-microvolt = <960000>;
		clock-latency-ns = <300000>;
		turbo-mode;
	};
};

Annotation

Implementation Notes