blob: ba74109a49094e723eb8d8562876f7e0cc6b8f6f [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2/*
3 * Copyright 2020 Google LLC
4 */
5
6/dts-v1/;
7#include "mt8183-kukui-kakadu.dtsi"
8#include "mt8183-kukui-audio-da7219-rt1015p.dtsi"
9
10/ {
11 model = "MediaTek kakadu board";
12 chassis-type = "tablet";
13 compatible = "google,kakadu-rev3", "google,kakadu-rev2",
14 "google,kakadu", "mediatek,mt8183";
15};
Tom Rini93743d22024-04-01 09:08:13 -040016
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};