Skip to content

Commit abe66bb

Browse files
robimarkoandersson
authored andcommitted
arm64: dts: ipq8074: Add QUP6 I2C node
Add node to support the QUP6 I2C controller inside of IPQ8074. It is exactly the same as QUP2 and QUP3 controllers. Some routers like Xiaomi AX9000 and Netgear RBK850 use this bus. Signed-off-by: Robert Marko <robimarko@gmail.com> Link: https://lore.kernel.org/r/20210619162751.2336974-1-robimarko@gmail.com Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
1 parent 77b7cfd commit abe66bb

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/ipq8074.dtsi

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,21 @@
373373
status = "disabled";
374374
};
375375

376+
blsp1_i2c6: i2c@78ba000 {
377+
compatible = "qcom,i2c-qup-v2.2.1";
378+
#address-cells = <1>;
379+
#size-cells = <0>;
380+
reg = <0x078ba000 0x600>;
381+
interrupts = <GIC_SPI 300 IRQ_TYPE_LEVEL_HIGH>;
382+
clocks = <&gcc GCC_BLSP1_AHB_CLK>,
383+
<&gcc GCC_BLSP1_QUP6_I2C_APPS_CLK>;
384+
clock-names = "iface", "core";
385+
clock-frequency = <100000>;
386+
dmas = <&blsp_dma 23>, <&blsp_dma 22>;
387+
dma-names = "rx", "tx";
388+
status = "disabled";
389+
};
390+
376391
qpic_bam: dma-controller@7984000 {
377392
compatible = "qcom,bam-v1.7.0";
378393
reg = <0x07984000 0x1a000>;

0 commit comments

Comments
 (0)