diff --git a/arch/arm/dts/ipq9574-soc.dtsi b/arch/arm/dts/ipq9574-soc.dtsi index 3fcc24a912..abc69e34e3 100644 --- a/arch/arm/dts/ipq9574-soc.dtsi +++ b/arch/arm/dts/ipq9574-soc.dtsi @@ -178,6 +178,56 @@ }; }; + i2c@78B7000 { + compatible = "qcom,qup-i2c"; + #address-cells = <1>; + #size-cells = <0>; + reg = <0x78B7000 0x600>; + clock-frequency = <400000>; + i2c_gpio { + gpio1 { + gpio = <34>; + func = <2>; + pull = ; + drvstr = ; + oe = ; + }; + + gpio2 { + gpio = <35>; + func = <2>; + pull = ; + drvstr = ; + oe = ; + }; + }; + }; + + i2c@78B6000 { + compatible = "qcom,qup-i2c"; + #address-cells = <1>; + #size-cells = <0>; + reg = <0x78B6000 0x600>; + clock-frequency = <400000>; + i2c_gpio { + gpio1 { + gpio = <36>; + func = <2>; + pull = ; + drvstr = ; + oe = ; + }; + + gpio2 { + gpio = <37>; + func = <2>; + pull = ; + drvstr = ; + oe = ; + }; + }; + }; + nand: nand-controller@79B0000 { #address-cells = <1>; #size-cells = <0>;