sevki
c9e1dba412
setup CI/CD for kernel development - added CodeQL for code scanning - every pr is built as an image and is available for 30days on https://oklinux.dev - tagged and released on github for now Signed-off-by: sevki <s@sevki.io>
38 lines
709 B
Text
38 lines
709 B
Text
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
/*
|
|
* Copyright 2021 Google LLC
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "mt8183-kukui-kakadu.dtsi"
|
|
#include "mt8183-kukui-audio-da7219-rt1015p.dtsi"
|
|
|
|
/ {
|
|
model = "MediaTek katsu board";
|
|
compatible = "google,katsu", "mediatek,mt8183";
|
|
};
|
|
|
|
&i2c0 {
|
|
status = "okay";
|
|
|
|
/delete-node/touchscreen@10;
|
|
touchscreen1: touchscreen@5d {
|
|
compatible = "goodix,gt7375p";
|
|
reg = <0x5d>;
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&open_touch>;
|
|
|
|
interrupt-parent = <&pio>;
|
|
interrupts = <155 IRQ_TYPE_LEVEL_LOW>;
|
|
|
|
reset-gpios = <&pio 156 GPIO_ACTIVE_LOW>;
|
|
};
|
|
};
|
|
|
|
&panel {
|
|
compatible = "starry,2081101qfh032011-53g";
|
|
};
|
|
|
|
&qca_wifi {
|
|
qcom,ath10k-calibration-variant = "GO_KATSU";
|
|
};
|