40 lines
720 B
Plaintext
40 lines
720 B
Plaintext
|
|
// 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";
|
||
|
|
};
|