Add initial device tree support for parrot/ravelin vm target. This is a snapshot of dtsi files as of KP.1.0 'commit <370d8eab7cc6> ("Merge "ARM: dts: qcom: Disable cnss-kiwi SOL on anorak platform"")'. Change-Id: Iaf69c882974f38b69d9edd671d675f14dfb9774d Signed-off-by: Swetha Chikkaboraiah <quic_schikk@quicinc.com>
22 lines
531 B
Plaintext
22 lines
531 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
&soc {
|
|
};
|
|
|
|
&qupv3_se9_i2c {
|
|
status = "ok";
|
|
novatek@62 {
|
|
reg = <0x62>;
|
|
novatek,trusted-touch-mode = "vm_mode";
|
|
novatek,touch-environment = "tvm";
|
|
novatek,trusted-touch-spi-irq = <566>;
|
|
novatek,trusted-touch-io-bases = <0xa8c000 0xa10000>;
|
|
novatek,trusted-touch-io-sizes = <0x1000 0x4000>;
|
|
novatek,trusted-touch-vm-gpio-list = <&tlmm 10 0 &tlmm 11 0
|
|
&tlmm 12 0 &tlmm 13 0x2008>;
|
|
};
|
|
};
|