Files
android_kernel_samsung_sm87…/st/tuna-nfc-common.dtsi
Varun Kumar 798c031c7c [NFC][DTS]: Added NFC DTS support for tuna
Added NFC DTS support for tuna

Change-Id: Ie19e9f1e7988f15b62f5c5dc53cc7a7bf44d82df
2024-10-09 11:03:13 +05:30

28 lines
876 B
Plaintext

// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
#include "tuna-nfc-pinctrl.dtsi"
&qupv3_se0_i2c {
status = "ok";
qcom,clk-freq-out = <1000000>;
#address-cells = <1>;
#size-cells = <0>;
st21nfc: st21nfc@08 {
compatible = "st,st21nfc";
reg = <0x08>;
irq-gpios = <&tlmm 55 0x00>;
reset-gpios = <&tlmm 114 0x00>;
clkreq-gpios = <&tlmm 115 0x00>;
interrupt-parent = <&tlmm>;
interrupts = <55 0>;
interrupt-names = "nfc_irq";
pinctrl-names = "nfc_active", "nfc_suspend";
pinctrl-0 = <&nfc_int_active &nfc_enable_active>;
pinctrl-1 = <&nfc_int_suspend &nfc_enable_suspend>;
};
};