aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm64/boot/dts/mediatek/mt8186-corsola-magneton-sku393217.dts
blob: 28e3bbe56421de8bcc8bb8f66e88de2766f62e96 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
/*
 * Copyright 2022 Google LLC
 */

/dts-v1/;
#include "mt8186-corsola-steelix.dtsi"

/ {
	model = "Google Magneton board";
	compatible = "google,steelix-sku393220", "google,steelix-sku393217",
		     "google,steelix", "mediatek,mt8186";
	chassis-type = "laptop";
};

&gpio_keys {
	status = "disabled";
};

&i2c1 {
	touchscreen@40 {
		compatible = "hid-over-i2c";
		reg = <0x40>;
		interrupts-extended = <&pio 12 IRQ_TYPE_LEVEL_LOW>;
		pinctrl-names = "default";
		pinctrl-0 = <&touchscreen_pins>;
		vdd-supply = <&pp3300_s3>;
		post-power-on-delay-ms = <450>;
		hid-descr-addr = <0x0001>;
	};
};

&touchscreen {
	status = "disabled";
};

&usb_c1 {
	status = "disabled";
};