1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 2 /* 3 * Copyright 2021 Google LLC 4 */ 5 6 /dts-v1/; 7 #include "mt8183-kukui-kakadu.dtsi" 8 #include "mt8183-kukui-audio-rt1015p.dtsi" 9 10 / { 11 model = "MediaTek kakadu board sku22"; 12 chassis-type = "tablet"; 13 compatible = "google,kakadu-rev3-sku22", "google,kakadu-rev2-sku22", 14 "google,kakadu", "mediatek,mt8183"; 15 }; 16 17 &i2c0 { 18 touchscreen: touchscreen@10 { 19 compatible = "hid-over-i2c"; 20 reg = <0x10>; 21 pinctrl-names = "default"; 22 pinctrl-0 = <&open_touch>; 23 24 interrupts-extended = <&pio 155 IRQ_TYPE_EDGE_FALLING>; 25 26 post-power-on-delay-ms = <10>; 27 hid-descr-addr = <0x0001>; 28 }; 29 }; 30 31 &panel { 32 compatible = "boe,tv105wum-nw0"; 33 }; 34 35 &sound { 36 compatible = "mediatek,mt8183_mt6358_ts3a227_rt1015p"; 37 }; 38
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.