Commit 37eac5a5 authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson

arm64: dts: qcom: sm8250-edo: Add NXP PN553 NFC

Add a node for NXP PN553 NFC, using the nxp-nci driver.
Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@somainline.org>
Tested-by: default avatarMarijn Suijten <marijn.suijten@somainline.org>
Reviewed-by: default avatarMarijn Suijten <marijn.suijten@somainline.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221008181714.253634-1-konrad.dybcio@somainline.org
parent 9bce41fa
......@@ -434,7 +434,16 @@ &i2c1 {
status = "okay";
clock-frequency = <400000>;
/* NXP PN553 NFC @ 28 */
nfc@28 {
compatible = "nxp,nxp-nci-i2c";
reg = <0x28>;
interrupt-parent = <&tlmm>;
interrupts = <111 IRQ_TYPE_EDGE_RISING>;
enable-gpios = <&tlmm 6 GPIO_ACTIVE_HIGH>;
firmware-gpios = <&tlmm 110 GPIO_ACTIVE_HIGH>;
};
};
&i2c2 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment