Commit 29dcf3c1 authored by Luca Weiss's avatar Luca Weiss Committed by Bjorn Andersson

arm64: dts: qcom: sdm632-fairphone-fp3: Add NFC

Configure the node for the NQ310 chip found on this device, which is
compatible with generic nxp-nci-i2c driver.
Signed-off-by: default avatarLuca Weiss <luca@z3ntu.xyz>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221128173744.833018-2-luca@z3ntu.xyz
parent 4df05b44
...@@ -63,6 +63,21 @@ touchscreen@48 { ...@@ -63,6 +63,21 @@ touchscreen@48 {
}; };
}; };
&i2c_5 {
status = "okay";
nfc@28 {
compatible = "nxp,nq310", "nxp,nxp-nci-i2c";
reg = <0x28>;
interrupt-parent = <&tlmm>;
interrupts = <17 IRQ_TYPE_LEVEL_HIGH>;
enable-gpios = <&tlmm 16 GPIO_ACTIVE_HIGH>;
firmware-gpios = <&tlmm 62 GPIO_ACTIVE_HIGH>;
};
};
&pm8953_resin { &pm8953_resin {
status = "okay"; status = "okay";
linux,code = <KEY_VOLUMEDOWN>; linux,code = <KEY_VOLUMEDOWN>;
......
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