arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-pico6.dts

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

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-pico6.dts
Extension
.dts
Size
1849 bytes
Lines
110
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-jacuzzi.dtsi"
#include "mt8183-kukui-audio-ts3a227e-max98357a.dtsi"

/ {
	model = "Google pico6 board";
	chassis-type = "convertible";
	compatible = "google,pico-sku2", "google,pico", "mediatek,mt8183";

	bt_wakeup: bt-wakeup {
		compatible = "gpio-keys";
		pinctrl-names = "default";
		pinctrl-0 = <&bt_pins_wakeup>;

		event-wobt {
			label = "Wake on BT";
			gpios = <&pio 42 GPIO_ACTIVE_HIGH>;
			linux,code = <KEY_WAKEUP>;
			wakeup-source;
		};
	};
};

&i2c_tunnel {
	google,remote-bus = <0>;
};

&i2c2 {
	i2c-scl-internal-delay-ns = <25000>;

	trackpad@2c {
		compatible = "hid-over-i2c";
		reg = <0x2c>;
		hid-descr-addr = <0x20>;

		pinctrl-names = "default";
		pinctrl-0 = <&trackpad_pins>;

		interrupts-extended = <&pio 7 IRQ_TYPE_LEVEL_LOW>;

		wakeup-source;
	};
};

&wifi_wakeup_event {
	gpios = <&pio 113 GPIO_ACTIVE_LOW>;
};

&wifi_pwrseq {
	post-power-on-delay-ms = <50>;

	/* Toggle WIFI_ENABLE to reset the chip. */
	reset-gpios = <&pio 8 GPIO_ACTIVE_LOW>;
};

&wifi_pins_pwrseq {
	pins-wifi-enable {
		pinmux = <PINMUX_GPIO8__FUNC_GPIO8>;
	};
};

&mmc1_pins_default {
	pins-cmd-dat {
		drive-strength = <6>;
	};

Annotation

Implementation Notes