Commit e82be679 authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson
Browse files

ARM: dts: qcom-msm8974-rhine: Add NFC and enable I2C hosts



Enable I2C hosts that are (supposed to be) used on Rhine and add NXP
PN544 NFC node.

Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@somainline.org>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220415115633.575010-22-konrad.dybcio@somainline.org
parent 09db313d
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
@@ -85,6 +85,22 @@ rmi4-f11@11 {
	};
};

&blsp1_i2c6 {
	status = "okay";
	clock-frequency = <355000>;

	nfc@28 {
		compatible = "nxp,pn544-i2c";
		reg = <0x28>;

		interrupt-parent = <&tlmm>;
		interrupts = <59 IRQ_TYPE_EDGE_RISING>;

		enable-gpios = <&pm8941_gpios 23 GPIO_ACTIVE_HIGH>;
		firmware-gpios = <&tlmm 77 GPIO_ACTIVE_HIGH>;
	};
};

&blsp1_uart2 {
	status = "okay";
};
@@ -93,6 +109,13 @@ &blsp2_dma {
	qcom,controlled-remotely;
};

&blsp2_i2c5 {
	status = "okay";
	clock-frequency = <355000>;

	/* sii8334 MHL HDMI bridge */
};

&otg {
	status = "okay";