Commit 6cef82a8 authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson

arm64: dts: qcom: sm8150-kumano: Add NXP PN553 NFC

Add a node for NXP PN553 NFC (or PN557, unclear data), using the
nxp-nci driver.
Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Reviewed-by: default avatarMarijn Suijten <marijn.suijten@somainline.org>
Tested-by: Marijn Suijten <marijn.suijten@somainline.org> # On Xperia 1 and Xperia 5
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221210142525.16974-2-konrad.dybcio@linaro.org
parent 0ead2d17
...@@ -429,8 +429,18 @@ &i2c4 { ...@@ -429,8 +429,18 @@ &i2c4 {
/* Qcom SMB1355 @ c */ /* Qcom SMB1355 @ c */
/* Qcom SMB1390 @ 10 */ /* Qcom SMB1390 @ 10 */
/* NXP PN553 NFC @ 28 */
/* Qcom FSA4480 USB-C audio switch @ 43 */ /* Qcom FSA4480 USB-C audio switch @ 43 */
nfc@28 {
compatible = "nxp,nxp-nci-i2c";
reg = <0x28>;
interrupt-parent = <&tlmm>;
interrupts = <47 IRQ_TYPE_EDGE_RISING>;
enable-gpios = <&tlmm 41 GPIO_ACTIVE_HIGH>;
firmware-gpios = <&tlmm 48 GPIO_ACTIVE_HIGH>;
};
}; };
&i2c7 { &i2c7 {
......
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