[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250711111418.3980520-1-quic_mmanikan@quicinc.com>
Date: Fri, 11 Jul 2025 16:44:18 +0530
From: Manikanta Mylavarapu <quic_mmanikan@...cinc.com>
To: <andersson@...nel.org>, <konradybcio@...nel.org>, <robh@...nel.org>,
<krzk+dt@...nel.org>, <conor+dt@...nel.org>,
<linux-arm-msm@...r.kernel.org>, <devicetree@...r.kernel.org>,
<linux-kernel@...r.kernel.org>
CC: <quic_srichara@...cinc.com>, <quic_varada@...cinc.com>,
<kathiravan.thirumoorthy@....qualcomm.com>
Subject: [PATCH v1] arm64: dts: qcom: ipq5424: add i2c nodes
Serial engines 2 and 3 on the IPQ5424 support I2C. The I2C instance
operates on serial engine 2, designated as i2c0, and on serial engine 3,
designated as i2c1. Add both the i2c0 and i2c1 nodes.
Signed-off-by: Manikanta Mylavarapu <quic_mmanikan@...cinc.com>
---
arch/arm64/boot/dts/qcom/ipq5424.dtsi | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/ipq5424.dtsi b/arch/arm64/boot/dts/qcom/ipq5424.dtsi
index 66bd2261eb25..858b9c714a13 100644
--- a/arch/arm64/boot/dts/qcom/ipq5424.dtsi
+++ b/arch/arm64/boot/dts/qcom/ipq5424.dtsi
@@ -425,6 +425,28 @@ uart1: serial@...4000 {
interrupts = <GIC_SPI 340 IRQ_TYPE_LEVEL_HIGH>;
};
+ i2c0: i2c@...8000 {
+ compatible = "qcom,geni-i2c";
+ reg = <0 0x01a88000 0 0x4000>;
+ clocks = <&gcc GCC_QUPV3_I2C0_CLK>;
+ clock-names = "se";
+ interrupts = <GIC_SPI 341 IRQ_TYPE_LEVEL_HIGH>;
+ assigned-clocks = <&gcc GCC_QUPV3_I2C0_CLK>;
+ assigned-clock-rates = <64000000>;
+ status = "disabled";
+ };
+
+ i2c1: i2c@...c000 {
+ compatible = "qcom,geni-i2c";
+ reg = <0 0x01a8c000 0 0x4000>;
+ clocks = <&gcc GCC_QUPV3_I2C1_CLK>;
+ clock-names = "se";
+ interrupts = <GIC_SPI 342 IRQ_TYPE_LEVEL_HIGH>;
+ assigned-clocks = <&gcc GCC_QUPV3_I2C1_CLK>;
+ assigned-clock-rates = <64000000>;
+ status = "disabled";
+ };
+
spi0: spi@...0000 {
compatible = "qcom,geni-spi";
reg = <0 0x01a90000 0 0x4000>;
base-commit: 58ba80c4740212c29a1cf9b48f588e60a7612209
--
2.34.1
Powered by blists - more mailing lists