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