34 lines
664 B
Plaintext
34 lines
664 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
/*
|
|
* Copyright 2020 Google LLC
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "mt8183-kukui-kakadu.dtsi"
|
|
#include "mt8183-kukui-audio-da7219-rt1015p.dtsi"
|
|
|
|
/ {
|
|
model = "MediaTek kakadu board";
|
|
chassis-type = "tablet";
|
|
compatible = "google,kakadu-rev3", "google,kakadu-rev2",
|
|
"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";
|
|
};
|