arch/arm64/boot/dts/mediatek/mt8183-kukui-kakadu.dts

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

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/mediatek/mt8183-kukui-kakadu.dts
Extension
.dts
Size
664 bytes
Lines
34
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 2020 Google LLC
 */

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

/ {
	model = "MediaTek kakadu board";
	chassis-type = "tablet";
	compatible = "google,kakadu-rev3", "google,kakadu-rev2",
			"google,kakadu", "mediatek,mt8183";
};

&i2c0 {
	touchscreen: touchscreen@10 {
		compatible = "hid-over-i2c";
		reg = <0x10>;
		pinctrl-names = "default";
		pinctrl-0 = <&open_touch>;

		interrupts-extended = <&pio 155 IRQ_TYPE_EDGE_FALLING>;

		post-power-on-delay-ms = <10>;
		hid-descr-addr = <0x0001>;
	};
};

&panel {
	compatible = "boe,tv105wum-nw0";
};

Annotation

Implementation Notes