arch/arm64/boot/dts/mediatek/mt8186-corsola-tentacruel-sku262148.dts

Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/mediatek/mt8186-corsola-tentacruel-sku262148.dts

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/mediatek/mt8186-corsola-tentacruel-sku262148.dts
Extension
.dts
Size
687 bytes
Lines
29
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)
/*
 * Copyright 2023 Google LLC
 */

#include "mt8186-corsola-tentacruel-sku262144.dts"

/ {
	compatible = "google,tentacruel-sku262151", "google,tentacruel-sku262150",
		     "google,tentacruel-sku262149", "google,tentacruel-sku262148",
		     "google,tentacruel", "mediatek,mt8186";
};

/* This variant replaces only the trackpad controller. */
&i2c2 {
	/delete-node/ trackpad@15;

	trackpad@15 {
		compatible = "hid-over-i2c";
		reg = <0x15>;
		interrupts-extended = <&pio 11 IRQ_TYPE_LEVEL_LOW>;
		pinctrl-names = "default";
		pinctrl-0 = <&trackpad_pin>;
		hid-descr-addr = <0x0001>;
		vdd-supply = <&pp3300_s3>;
		wakeup-source;
	};
};

Annotation

Implementation Notes