1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 2 /* 3 * Copyright 2022 Google LLC 4 */ 5 6 /dts-v1/; 7 #include "mt8186-corsola-steelix.dtsi" 8 9 / { 10 model = "Google Magneton board"; 11 compatible = "google,steelix-sku393220", "google,steelix-sku393217", 12 "google,steelix", "mediatek,mt8186"; 13 chassis-type = "laptop"; 14 }; 15 16 &gpio_keys { 17 status = "disabled"; 18 }; 19 20 &i2c1 { 21 touchscreen@40 { 22 compatible = "hid-over-i2c"; 23 reg = <0x40>; 24 interrupts-extended = <&pio 12 IRQ_TYPE_LEVEL_LOW>; 25 pinctrl-names = "default"; 26 pinctrl-0 = <&touchscreen_pins>; 27 vdd-supply = <&pp3300_s3>; 28 post-power-on-delay-ms = <450>; 29 hid-descr-addr = <0x0001>; 30 }; 31 }; 32 33 &touchscreen { 34 status = "disabled"; 35 }; 36 37 &usb_c1 { 38 status = "disabled"; 39 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.