mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
33 lines
936 B
Diff
33 lines
936 B
Diff
From: George Moussalem <george.moussalem@outlook.com>
|
|
Subject: [PATCH] arm64: dts: qcom: ipq5018: Add QUP3 I2C node
|
|
Date: Sun, 06 Oct 2024 16:34:11 +0400
|
|
|
|
Add QUP3-I2C node.
|
|
|
|
Signed-off-by: George Moussalem <george.moussalem@outlook.com>
|
|
---
|
|
--- a/arch/arm64/boot/dts/qcom/ipq5018.dtsi
|
|
+++ b/arch/arm64/boot/dts/qcom/ipq5018.dtsi
|
|
@@ -442,6 +442,21 @@
|
|
status = "disabled";
|
|
};
|
|
|
|
+ blsp1_i2c3: i2c@78b7000 {
|
|
+ compatible = "qcom,i2c-qup-v2.2.1";
|
|
+ #address-cells = <1>;
|
|
+ #size-cells = <0>;
|
|
+ reg = <0x078b7000 0x600>;
|
|
+ interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
|
|
+ clocks = <&gcc GCC_BLSP1_QUP3_I2C_APPS_CLK>,
|
|
+ <&gcc GCC_BLSP1_AHB_CLK>;
|
|
+ clock-names = "core", "iface";
|
|
+ clock-frequency = <400000>;
|
|
+ dmas = <&blsp_dma 9>, <&blsp_dma 8>;
|
|
+ dma-names = "tx", "rx";
|
|
+ status = "disabled";
|
|
+ };
|
|
+
|
|
usb: usb@8af8800 {
|
|
compatible = "qcom,ipq5018-dwc3", "qcom,dwc3";
|
|
reg = <0x08af8800 0x400>;
|