| // SPDX-License-Identifier: (GPL-2.0 OR MIT) |
| /* |
| * Copyright 2021 Google LLC |
| */ |
| |
| /dts-v1/; |
| #include "mt8183-kukui-kakadu.dtsi" |
| #include "mt8183-kukui-audio-rt1015p.dtsi" |
| |
| / { |
| model = "MediaTek kakadu board sku22"; |
| chassis-type = "tablet"; |
| compatible = "google,kakadu-rev3-sku22", "google,kakadu-rev2-sku22", |
| "google,kakadu", "mediatek,mt8183"; |
| }; |
| |
| &i2c0 { |
| touchscreen: touchscreen@10 { |
| compatible = "hid-over-i2c"; |
| reg = <0x10>; |
| pinctrl-names = "default"; |
| pinctrl-0 = <&open_touch>; |
| |
| interrupts-extended = <&pio 155 IRQ_TYPE_EDGE_FALLING>; |
| |
| post-power-on-delay-ms = <10>; |
| hid-descr-addr = <0x0001>; |
| }; |
| }; |
| |
| &panel { |
| compatible = "boe,tv105wum-nw0"; |
| }; |
| |
| &sound { |
| compatible = "mediatek,mt8183_mt6358_ts3a227_rt1015p"; |
| }; |
| |