diff --git a/qcom/cinder.dtsi b/qcom/cinder.dtsi index fdc5b368..68e28774 100644 --- a/qcom/cinder.dtsi +++ b/qcom/cinder.dtsi @@ -29,6 +29,8 @@ hsuart1 = &qupv3_se8_4uart; /* IPC HSUART Instance */ hsuart2 = &qupv3_se13_4uart; /* Time Sync UART */ i2c0 = &qupv3_se5_i2c; + i2c1 = &i2c_slave; + i2c2 = &qupv3_se4_i2c; }; firmware: firmware { }; @@ -1586,6 +1588,14 @@ status = "ok"; }; +&qupv3_se4_i2c { + status = "ok"; +}; + +&i2c_slave { + status = "ok"; +}; + &qupv3_se7_2uart { status = "ok"; };