arch/arm64/boot/dts/mediatek/mt8183-kukui-katsu-sku32.dts

Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/mediatek/mt8183-kukui-katsu-sku32.dts

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/mediatek/mt8183-kukui-katsu-sku32.dts
Extension
.dts
Size
721 bytes
Lines
37
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
 */

/dts-v1/;
#include "mt8183-kukui-kakadu.dtsi"
#include "mt8183-kukui-audio-da7219-rt1015p.dtsi"

/ {
	model = "Google katsu board";
	chassis-type = "tablet";
	compatible = "google,katsu-sku32", "google,katsu", "mediatek,mt8183";
};

&i2c0 {
	touchscreen1: touchscreen@5d {
		compatible = "goodix,gt7375p";
		reg = <0x5d>;
		pinctrl-names = "default";
		pinctrl-0 = <&open_touch>;

		interrupts-extended = <&pio 155 IRQ_TYPE_LEVEL_LOW>;

		reset-gpios = <&pio 156 GPIO_ACTIVE_LOW>;
		vdd-supply = <&pp3300_alw>;
	};
};

&panel {
	compatible = "starry,2081101qfh032011-53g";
};

&qca_wifi {
	qcom,ath10k-calibration-variant = "GO_KATSU";
};

Annotation

Implementation Notes