arch/arm/boot/dts/nvidia/tegra124-peripherals-opp.dtsi

Source file repositories/reference/linux-study-clean/arch/arm/boot/dts/nvidia/tegra124-peripherals-opp.dtsi

File Facts

System
Linux kernel
Corpus path
arch/arm/boot/dts/nvidia/tegra124-peripherals-opp.dtsi
Extension
.dtsi
Size
9534 bytes
Lines
425
Domain
Architecture Layer
Bucket
arch/arm
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

/ {
	emc_icc_dvfs_opp_table: opp-table-emc {
		compatible = "operating-points-v2";

		opp-12750000-800 {
			opp-microvolt = <800000 800000 1150000>;
			opp-hz = /bits/ 64 <12750000>;
			opp-supported-hw = <0x0003>;
		};

		opp-12750000-950 {
			opp-microvolt = <950000 950000 1150000>;
			opp-hz = /bits/ 64 <12750000>;
			opp-supported-hw = <0x0008>;
		};

		opp-12750000-1050 {
			opp-microvolt = <1050000 1050000 1150000>;
			opp-hz = /bits/ 64 <12750000>;
			opp-supported-hw = <0x0010>;
		};

		opp-12750000-1110 {
			opp-microvolt = <1110000 1110000 1150000>;
			opp-hz = /bits/ 64 <12750000>;
			opp-supported-hw = <0x0004>;
		};

		opp-20400000-800 {
			opp-microvolt = <800000 800000 1150000>;
			opp-hz = /bits/ 64 <20400000>;
			opp-supported-hw = <0x0003>;
		};

		opp-20400000-950 {
			opp-microvolt = <950000 950000 1150000>;
			opp-hz = /bits/ 64 <20400000>;
			opp-supported-hw = <0x0008>;
		};

		opp-20400000-1050 {
			opp-microvolt = <1050000 1050000 1150000>;
			opp-hz = /bits/ 64 <20400000>;
			opp-supported-hw = <0x0010>;
		};

		opp-20400000-1110 {
			opp-microvolt = <1110000 1110000 1150000>;
			opp-hz = /bits/ 64 <20400000>;
			opp-supported-hw = <0x0004>;
		};

		opp-40800000-800 {
			opp-microvolt = <800000 800000 1150000>;
			opp-hz = /bits/ 64 <40800000>;
			opp-supported-hw = <0x0003>;
		};

		opp-40800000-950 {
			opp-microvolt = <950000 950000 1150000>;
			opp-hz = /bits/ 64 <40800000>;
			opp-supported-hw = <0x0008>;
		};

		opp-40800000-1050 {
			opp-microvolt = <1050000 1050000 1150000>;
			opp-hz = /bits/ 64 <40800000>;
			opp-supported-hw = <0x0010>;

Annotation

Implementation Notes