]> Gentwo Git Trees - linux/.git/commitdiff
arm64: dts: sdm845: Add interconnect properties for QUP
authorGeorgi Djakov <georgi.djakov@linaro.org>
Thu, 5 Nov 2020 13:52:11 +0000 (15:52 +0200)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Mon, 30 Nov 2020 16:42:47 +0000 (10:42 -0600)
Add the interconnects DT property to describe the ports for GENI QUPs
on the sdm845 platform.

Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
Link: https://lore.kernel.org/r/20201105135211.7160-3-georgi.djakov@linaro.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
arch/arm64/boot/dts/qcom/sdm845.dtsi

index de542862748d48dcbe2cd2d0f26e7bff341a6cba..bcf888381f144dc30d2415033ff6d3a33704cc01 100644 (file)
@@ -1124,6 +1124,8 @@ qupv3_id_0: geniqup@8c0000 {
                        #address-cells = <2>;
                        #size-cells = <2>;
                        ranges;
+                       interconnects = <&aggre1_noc MASTER_QUP_1 0 &config_noc SLAVE_BLSP_1 0>;
+                       interconnect-names = "qup-core";
                        status = "disabled";
 
                        i2c0: i2c@880000 {
@@ -1138,6 +1140,10 @@ i2c0: i2c@880000 {
                                #size-cells = <0>;
                                power-domains = <&rpmhpd SDM845_CX>;
                                operating-points-v2 = <&qup_opp_table>;
+                               interconnects = <&aggre1_noc MASTER_QUP_1 0 &config_noc SLAVE_BLSP_1 0>,
+                                               <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_BLSP_1 0>,
+                                               <&aggre1_noc MASTER_QUP_1 0 &mem_noc SLAVE_EBI1 0>;
+                               interconnect-names = "qup-core", "qup-config", "qup-memory";
                                status = "disabled";
                        };
 
@@ -1151,6 +1157,9 @@ spi0: spi@880000 {
                                interrupts = <GIC_SPI 601 IRQ_TYPE_LEVEL_HIGH>;
                                #address-cells = <1>;
                                #size-cells = <0>;
+                               interconnects = <&aggre1_noc MASTER_QUP_1 0 &config_noc SLAVE_BLSP_1 0>,
+                                               <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_BLSP_1 0>;
+                               interconnect-names = "qup-core", "qup-config";
                                status = "disabled";
                        };
 
@@ -1164,6 +1173,9 @@ uart0: serial@880000 {
                                interrupts = <GIC_SPI 601 IRQ_TYPE_LEVEL_HIGH>;
                                power-domains = <&rpmhpd SDM845_CX>;
                                operating-points-v2 = <&qup_opp_table>;
+                               interconnects = <&aggre1_noc MASTER_QUP_1 0 &config_noc SLAVE_BLSP_1 0>,
+                                               <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_BLSP_1 0>;
+                               interconnect-names = "qup-core", "qup-config";
                                status = "disabled";
                        };
 
@@ -1179,6 +1191,10 @@ i2c1: i2c@884000 {
                                #size-cells = <0>;
                                power-domains = <&rpmhpd SDM845_CX>;
                                operating-points-v2 = <&qup_opp_table>;
+                               interconnects = <&aggre1_noc MASTER_QUP_1 0 &config_noc SLAVE_BLSP_1 0>,
+                                               <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_BLSP_1 0>,
+                                               <&aggre1_noc MASTER_QUP_1 0 &mem_noc SLAVE_EBI1 0>;
+                               interconnect-names = "qup-core", "qup-config", "qup-memory";
                                status = "disabled";
                        };
 
@@ -1192,6 +1208,9 @@ spi1: spi@884000 {
                                interrupts = <GIC_SPI 602 IRQ_TYPE_LEVEL_HIGH>;
                                #address-cells = <1>;
                                #size-cells = <0>;
+                               interconnects = <&aggre1_noc MASTER_QUP_1 0 &config_noc SLAVE_BLSP_1 0>,
+                                               <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_BLSP_1 0>;
+                               interconnect-names = "qup-core", "qup-config";
                                status = "disabled";
                        };
 
@@ -1205,6 +1224,9 @@ uart1: serial@884000 {
                                interrupts = <GIC_SPI 602 IRQ_TYPE_LEVEL_HIGH>;
                                power-domains = <&rpmhpd SDM845_CX>;
                                operating-points-v2 = <&qup_opp_table>;
+                               interconnects = <&aggre1_noc MASTER_QUP_1 0 &config_noc SLAVE_BLSP_1 0>,
+                                               <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_BLSP_1 0>;
+                               interconnect-names = "qup-core", "qup-config";
                                status = "disabled";
                        };
 
@@ -1220,6 +1242,10 @@ i2c2: i2c@888000 {
                                #size-cells = <0>;
                                power-domains = <&rpmhpd SDM845_CX>;
                                operating-points-v2 = <&qup_opp_table>;
+                               interconnects = <&aggre1_noc MASTER_QUP_1 0 &config_noc SLAVE_BLSP_1 0>,
+                                               <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_BLSP_1 0>,
+                                               <&aggre1_noc MASTER_QUP_1 0 &mem_noc SLAVE_EBI1 0>;
+                               interconnect-names = "qup-core", "qup-config", "qup-memory";
                                status = "disabled";
                        };
 
@@ -1233,6 +1259,9 @@ spi2: spi@888000 {
                                interrupts = <GIC_SPI 603 IRQ_TYPE_LEVEL_HIGH>;
                                #address-cells = <1>;
                                #size-cells = <0>;
+                               interconnects = <&aggre1_noc MASTER_QUP_1 0 &config_noc SLAVE_BLSP_1 0>,
+                                               <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_BLSP_1 0>;
+                               interconnect-names = "qup-core", "qup-config";
                                status = "disabled";
                        };
 
@@ -1246,6 +1275,9 @@ uart2: serial@888000 {
                                interrupts = <GIC_SPI 603 IRQ_TYPE_LEVEL_HIGH>;
                                power-domains = <&rpmhpd SDM845_CX>;
                                operating-points-v2 = <&qup_opp_table>;
+                               interconnects = <&aggre1_noc MASTER_QUP_1 0 &config_noc SLAVE_BLSP_1 0>,
+                                               <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_BLSP_1 0>;
+                               interconnect-names = "qup-core", "qup-config";
                                status = "disabled";
                        };
 
@@ -1261,6 +1293,10 @@ i2c3: i2c@88c000 {
                                #size-cells = <0>;
                                power-domains = <&rpmhpd SDM845_CX>;
                                operating-points-v2 = <&qup_opp_table>;
+                               interconnects = <&aggre1_noc MASTER_QUP_1 0 &config_noc SLAVE_BLSP_1 0>,
+                                               <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_BLSP_1 0>,
+                                               <&aggre1_noc MASTER_QUP_1 0 &mem_noc SLAVE_EBI1 0>;
+                               interconnect-names = "qup-core", "qup-config", "qup-memory";
                                status = "disabled";
                        };
 
@@ -1274,6 +1310,9 @@ spi3: spi@88c000 {
                                interrupts = <GIC_SPI 604 IRQ_TYPE_LEVEL_HIGH>;
                                #address-cells = <1>;
                                #size-cells = <0>;
+                               interconnects = <&aggre1_noc MASTER_QUP_1 0 &config_noc SLAVE_BLSP_1 0>,
+                                               <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_BLSP_1 0>;
+                               interconnect-names = "qup-core", "qup-config";
                                status = "disabled";
                        };
 
@@ -1287,6 +1326,9 @@ uart3: serial@88c000 {
                                interrupts = <GIC_SPI 604 IRQ_TYPE_LEVEL_HIGH>;
                                power-domains = <&rpmhpd SDM845_CX>;
                                operating-points-v2 = <&qup_opp_table>;
+                               interconnects = <&aggre1_noc MASTER_QUP_1 0 &config_noc SLAVE_BLSP_1 0>,
+                                               <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_BLSP_1 0>;
+                               interconnect-names = "qup-core", "qup-config";
                                status = "disabled";
                        };
 
@@ -1302,6 +1344,10 @@ i2c4: i2c@890000 {
                                #size-cells = <0>;
                                power-domains = <&rpmhpd SDM845_CX>;
                                operating-points-v2 = <&qup_opp_table>;
+                               interconnects = <&aggre1_noc MASTER_QUP_1 0 &config_noc SLAVE_BLSP_1 0>,
+                                               <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_BLSP_1 0>,
+                                               <&aggre1_noc MASTER_QUP_1 0 &mem_noc SLAVE_EBI1 0>;
+                               interconnect-names = "qup-core", "qup-config", "qup-memory";
                                status = "disabled";
                        };
 
@@ -1315,6 +1361,9 @@ spi4: spi@890000 {
                                interrupts = <GIC_SPI 605 IRQ_TYPE_LEVEL_HIGH>;
                                #address-cells = <1>;
                                #size-cells = <0>;
+                               interconnects = <&aggre1_noc MASTER_QUP_1 0 &config_noc SLAVE_BLSP_1 0>,
+                                               <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_BLSP_1 0>;
+                               interconnect-names = "qup-core", "qup-config";
                                status = "disabled";
                        };
 
@@ -1328,6 +1377,9 @@ uart4: serial@890000 {
                                interrupts = <GIC_SPI 605 IRQ_TYPE_LEVEL_HIGH>;
                                power-domains = <&rpmhpd SDM845_CX>;
                                operating-points-v2 = <&qup_opp_table>;
+                               interconnects = <&aggre1_noc MASTER_QUP_1 0 &config_noc SLAVE_BLSP_1 0>,
+                                               <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_BLSP_1 0>;
+                               interconnect-names = "qup-core", "qup-config";
                                status = "disabled";
                        };
 
@@ -1343,6 +1395,10 @@ i2c5: i2c@894000 {
                                #size-cells = <0>;
                                power-domains = <&rpmhpd SDM845_CX>;
                                operating-points-v2 = <&qup_opp_table>;
+                               interconnects = <&aggre1_noc MASTER_QUP_1 0 &config_noc SLAVE_BLSP_1 0>,
+                                               <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_BLSP_1 0>,
+                                               <&aggre1_noc MASTER_QUP_1 0 &mem_noc SLAVE_EBI1 0>;
+                               interconnect-names = "qup-core", "qup-config", "qup-memory";
                                status = "disabled";
                        };
 
@@ -1356,6 +1412,9 @@ spi5: spi@894000 {
                                interrupts = <GIC_SPI 606 IRQ_TYPE_LEVEL_HIGH>;
                                #address-cells = <1>;
                                #size-cells = <0>;
+                               interconnects = <&aggre1_noc MASTER_QUP_1 0 &config_noc SLAVE_BLSP_1 0>,
+                                               <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_BLSP_1 0>;
+                               interconnect-names = "qup-core", "qup-config";
                                status = "disabled";
                        };
 
@@ -1369,6 +1428,9 @@ uart5: serial@894000 {
                                interrupts = <GIC_SPI 606 IRQ_TYPE_LEVEL_HIGH>;
                                power-domains = <&rpmhpd SDM845_CX>;
                                operating-points-v2 = <&qup_opp_table>;
+                               interconnects = <&aggre1_noc MASTER_QUP_1 0 &config_noc SLAVE_BLSP_1 0>,
+                                               <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_BLSP_1 0>;
+                               interconnect-names = "qup-core", "qup-config";
                                status = "disabled";
                        };
 
@@ -1384,6 +1446,10 @@ i2c6: i2c@898000 {
                                #size-cells = <0>;
                                power-domains = <&rpmhpd SDM845_CX>;
                                operating-points-v2 = <&qup_opp_table>;
+                               interconnects = <&aggre1_noc MASTER_QUP_1 0 &config_noc SLAVE_BLSP_1 0>,
+                                               <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_BLSP_1 0>,
+                                               <&aggre1_noc MASTER_QUP_1 0 &mem_noc SLAVE_EBI1 0>;
+                               interconnect-names = "qup-core", "qup-config", "qup-memory";
                                status = "disabled";
                        };
 
@@ -1397,6 +1463,9 @@ spi6: spi@898000 {
                                interrupts = <GIC_SPI 607 IRQ_TYPE_LEVEL_HIGH>;
                                #address-cells = <1>;
                                #size-cells = <0>;
+                               interconnects = <&aggre1_noc MASTER_QUP_1 0 &config_noc SLAVE_BLSP_1 0>,
+                                               <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_BLSP_1 0>;
+                               interconnect-names = "qup-core", "qup-config";
                                status = "disabled";
                        };
 
@@ -1410,6 +1479,9 @@ uart6: serial@898000 {
                                interrupts = <GIC_SPI 607 IRQ_TYPE_LEVEL_HIGH>;
                                power-domains = <&rpmhpd SDM845_CX>;
                                operating-points-v2 = <&qup_opp_table>;
+                               interconnects = <&aggre1_noc MASTER_QUP_1 0 &config_noc SLAVE_BLSP_1 0>,
+                                               <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_BLSP_1 0>;
+                               interconnect-names = "qup-core", "qup-config";
                                status = "disabled";
                        };
 
@@ -1438,6 +1510,9 @@ spi7: spi@89c000 {
                                interrupts = <GIC_SPI 608 IRQ_TYPE_LEVEL_HIGH>;
                                #address-cells = <1>;
                                #size-cells = <0>;
+                               interconnects = <&aggre1_noc MASTER_QUP_1 0 &config_noc SLAVE_BLSP_1 0>,
+                                               <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_BLSP_1 0>;
+                               interconnect-names = "qup-core", "qup-config";
                                status = "disabled";
                        };
 
@@ -1451,6 +1526,9 @@ uart7: serial@89c000 {
                                interrupts = <GIC_SPI 608 IRQ_TYPE_LEVEL_HIGH>;
                                power-domains = <&rpmhpd SDM845_CX>;
                                operating-points-v2 = <&qup_opp_table>;
+                               interconnects = <&aggre1_noc MASTER_QUP_1 0 &config_noc SLAVE_BLSP_1 0>,
+                                               <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_BLSP_1 0>;
+                               interconnect-names = "qup-core", "qup-config";
                                status = "disabled";
                        };
                };
@@ -1465,6 +1543,8 @@ qupv3_id_1: geniqup@ac0000 {
                        #address-cells = <2>;
                        #size-cells = <2>;
                        ranges;
+                       interconnects = <&aggre2_noc MASTER_QUP_2 0 &config_noc SLAVE_BLSP_2 0>;
+                       interconnect-names = "qup-core";
                        status = "disabled";
 
                        i2c8: i2c@a80000 {
@@ -1479,6 +1559,10 @@ i2c8: i2c@a80000 {
                                #size-cells = <0>;
                                power-domains = <&rpmhpd SDM845_CX>;
                                operating-points-v2 = <&qup_opp_table>;
+                               interconnects = <&aggre2_noc MASTER_QUP_2 0 &config_noc SLAVE_BLSP_2 0>,
+                                               <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_BLSP_2 0>,
+                                               <&aggre2_noc MASTER_QUP_2 0 &mem_noc SLAVE_EBI1 0>;
+                               interconnect-names = "qup-core", "qup-config", "qup-memory";
                                status = "disabled";
                        };
 
@@ -1492,6 +1576,9 @@ spi8: spi@a80000 {
                                interrupts = <GIC_SPI 353 IRQ_TYPE_LEVEL_HIGH>;
                                #address-cells = <1>;
                                #size-cells = <0>;
+                               interconnects = <&aggre2_noc MASTER_QUP_2 0 &config_noc SLAVE_BLSP_2 0>,
+                                               <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_BLSP_2 0>;
+                               interconnect-names = "qup-core", "qup-config";
                                status = "disabled";
                        };
 
@@ -1505,6 +1592,9 @@ uart8: serial@a80000 {
                                interrupts = <GIC_SPI 353 IRQ_TYPE_LEVEL_HIGH>;
                                power-domains = <&rpmhpd SDM845_CX>;
                                operating-points-v2 = <&qup_opp_table>;
+                               interconnects = <&aggre2_noc MASTER_QUP_2 0 &config_noc SLAVE_BLSP_2 0>,
+                                               <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_BLSP_2 0>;
+                               interconnect-names = "qup-core", "qup-config";
                                status = "disabled";
                        };
 
@@ -1520,6 +1610,10 @@ i2c9: i2c@a84000 {
                                #size-cells = <0>;
                                power-domains = <&rpmhpd SDM845_CX>;
                                operating-points-v2 = <&qup_opp_table>;
+                               interconnects = <&aggre2_noc MASTER_QUP_2 0 &config_noc SLAVE_BLSP_2 0>,
+                                               <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_BLSP_2 0>,
+                                               <&aggre2_noc MASTER_QUP_2 0 &mem_noc SLAVE_EBI1 0>;
+                               interconnect-names = "qup-core", "qup-config", "qup-memory";
                                status = "disabled";
                        };
 
@@ -1533,6 +1627,9 @@ spi9: spi@a84000 {
                                interrupts = <GIC_SPI 354 IRQ_TYPE_LEVEL_HIGH>;
                                #address-cells = <1>;
                                #size-cells = <0>;
+                               interconnects = <&aggre2_noc MASTER_QUP_2 0 &config_noc SLAVE_BLSP_2 0>,
+                                               <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_BLSP_2 0>;
+                               interconnect-names = "qup-core", "qup-config";
                                status = "disabled";
                        };
 
@@ -1546,6 +1643,9 @@ uart9: serial@a84000 {
                                interrupts = <GIC_SPI 354 IRQ_TYPE_LEVEL_HIGH>;
                                power-domains = <&rpmhpd SDM845_CX>;
                                operating-points-v2 = <&qup_opp_table>;
+                               interconnects = <&aggre2_noc MASTER_QUP_2 0 &config_noc SLAVE_BLSP_2 0>,
+                                               <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_BLSP_2 0>;
+                               interconnect-names = "qup-core", "qup-config";
                                status = "disabled";
                        };
 
@@ -1561,6 +1661,10 @@ i2c10: i2c@a88000 {
                                #size-cells = <0>;
                                power-domains = <&rpmhpd SDM845_CX>;
                                operating-points-v2 = <&qup_opp_table>;
+                               interconnects = <&aggre2_noc MASTER_QUP_2 0 &config_noc SLAVE_BLSP_2 0>,
+                                               <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_BLSP_2 0>,
+                                               <&aggre2_noc MASTER_QUP_2 0 &mem_noc SLAVE_EBI1 0>;
+                               interconnect-names = "qup-core", "qup-config", "qup-memory";
                                status = "disabled";
                        };
 
@@ -1574,6 +1678,9 @@ spi10: spi@a88000 {
                                interrupts = <GIC_SPI 355 IRQ_TYPE_LEVEL_HIGH>;
                                #address-cells = <1>;
                                #size-cells = <0>;
+                               interconnects = <&aggre2_noc MASTER_QUP_2 0 &config_noc SLAVE_BLSP_2 0>,
+                                               <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_BLSP_2 0>;
+                               interconnect-names = "qup-core", "qup-config";
                                status = "disabled";
                        };
 
@@ -1587,6 +1694,9 @@ uart10: serial@a88000 {
                                interrupts = <GIC_SPI 355 IRQ_TYPE_LEVEL_HIGH>;
                                power-domains = <&rpmhpd SDM845_CX>;
                                operating-points-v2 = <&qup_opp_table>;
+                               interconnects = <&aggre2_noc MASTER_QUP_2 0 &config_noc SLAVE_BLSP_2 0>,
+                                               <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_BLSP_2 0>;
+                               interconnect-names = "qup-core", "qup-config";
                                status = "disabled";
                        };
 
@@ -1602,6 +1712,10 @@ i2c11: i2c@a8c000 {
                                #size-cells = <0>;
                                power-domains = <&rpmhpd SDM845_CX>;
                                operating-points-v2 = <&qup_opp_table>;
+                               interconnects = <&aggre2_noc MASTER_QUP_2 0 &config_noc SLAVE_BLSP_2 0>,
+                                               <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_BLSP_2 0>,
+                                               <&aggre2_noc MASTER_QUP_2 0 &mem_noc SLAVE_EBI1 0>;
+                               interconnect-names = "qup-core", "qup-config", "qup-memory";
                                status = "disabled";
                        };
 
@@ -1615,6 +1729,9 @@ spi11: spi@a8c000 {
                                interrupts = <GIC_SPI 356 IRQ_TYPE_LEVEL_HIGH>;
                                #address-cells = <1>;
                                #size-cells = <0>;
+                               interconnects = <&aggre2_noc MASTER_QUP_2 0 &config_noc SLAVE_BLSP_2 0>,
+                                               <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_BLSP_2 0>;
+                               interconnect-names = "qup-core", "qup-config";
                                status = "disabled";
                        };
 
@@ -1628,6 +1745,9 @@ uart11: serial@a8c000 {
                                interrupts = <GIC_SPI 356 IRQ_TYPE_LEVEL_HIGH>;
                                power-domains = <&rpmhpd SDM845_CX>;
                                operating-points-v2 = <&qup_opp_table>;
+                               interconnects = <&aggre2_noc MASTER_QUP_2 0 &config_noc SLAVE_BLSP_2 0>,
+                                               <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_BLSP_2 0>;
+                               interconnect-names = "qup-core", "qup-config";
                                status = "disabled";
                        };
 
@@ -1643,6 +1763,10 @@ i2c12: i2c@a90000 {
                                #size-cells = <0>;
                                power-domains = <&rpmhpd SDM845_CX>;
                                operating-points-v2 = <&qup_opp_table>;
+                               interconnects = <&aggre2_noc MASTER_QUP_2 0 &config_noc SLAVE_BLSP_2 0>,
+                                               <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_BLSP_2 0>,
+                                               <&aggre2_noc MASTER_QUP_2 0 &mem_noc SLAVE_EBI1 0>;
+                               interconnect-names = "qup-core", "qup-config", "qup-memory";
                                status = "disabled";
                        };
 
@@ -1656,6 +1780,9 @@ spi12: spi@a90000 {
                                interrupts = <GIC_SPI 357 IRQ_TYPE_LEVEL_HIGH>;
                                #address-cells = <1>;
                                #size-cells = <0>;
+                               interconnects = <&aggre2_noc MASTER_QUP_2 0 &config_noc SLAVE_BLSP_2 0>,
+                                               <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_BLSP_2 0>;
+                               interconnect-names = "qup-core", "qup-config";
                                status = "disabled";
                        };
 
@@ -1669,6 +1796,9 @@ uart12: serial@a90000 {
                                interrupts = <GIC_SPI 357 IRQ_TYPE_LEVEL_HIGH>;
                                power-domains = <&rpmhpd SDM845_CX>;
                                operating-points-v2 = <&qup_opp_table>;
+                               interconnects = <&aggre2_noc MASTER_QUP_2 0 &config_noc SLAVE_BLSP_2 0>,
+                                               <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_BLSP_2 0>;
+                               interconnect-names = "qup-core", "qup-config";
                                status = "disabled";
                        };
 
@@ -1684,6 +1814,10 @@ i2c13: i2c@a94000 {
                                #size-cells = <0>;
                                power-domains = <&rpmhpd SDM845_CX>;
                                operating-points-v2 = <&qup_opp_table>;
+                               interconnects = <&aggre2_noc MASTER_QUP_2 0 &config_noc SLAVE_BLSP_2 0>,
+                                               <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_BLSP_2 0>,
+                                               <&aggre2_noc MASTER_QUP_2 0 &mem_noc SLAVE_EBI1 0>;
+                               interconnect-names = "qup-core", "qup-config", "qup-memory";
                                status = "disabled";
                        };
 
@@ -1697,6 +1831,9 @@ spi13: spi@a94000 {
                                interrupts = <GIC_SPI 358 IRQ_TYPE_LEVEL_HIGH>;
                                #address-cells = <1>;
                                #size-cells = <0>;
+                               interconnects = <&aggre2_noc MASTER_QUP_2 0 &config_noc SLAVE_BLSP_2 0>,
+                                               <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_BLSP_2 0>;
+                               interconnect-names = "qup-core", "qup-config";
                                status = "disabled";
                        };
 
@@ -1710,6 +1847,9 @@ uart13: serial@a94000 {
                                interrupts = <GIC_SPI 358 IRQ_TYPE_LEVEL_HIGH>;
                                power-domains = <&rpmhpd SDM845_CX>;
                                operating-points-v2 = <&qup_opp_table>;
+                               interconnects = <&aggre2_noc MASTER_QUP_2 0 &config_noc SLAVE_BLSP_2 0>,
+                                               <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_BLSP_2 0>;
+                               interconnect-names = "qup-core", "qup-config";
                                status = "disabled";
                        };
 
@@ -1725,6 +1865,10 @@ i2c14: i2c@a98000 {
                                #size-cells = <0>;
                                power-domains = <&rpmhpd SDM845_CX>;
                                operating-points-v2 = <&qup_opp_table>;
+                               interconnects = <&aggre2_noc MASTER_QUP_2 0 &config_noc SLAVE_BLSP_2 0>,
+                                               <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_BLSP_2 0>,
+                                               <&aggre2_noc MASTER_QUP_2 0 &mem_noc SLAVE_EBI1 0>;
+                               interconnect-names = "qup-core", "qup-config", "qup-memory";
                                status = "disabled";
                        };
 
@@ -1738,6 +1882,9 @@ spi14: spi@a98000 {
                                interrupts = <GIC_SPI 359 IRQ_TYPE_LEVEL_HIGH>;
                                #address-cells = <1>;
                                #size-cells = <0>;
+                               interconnects = <&aggre2_noc MASTER_QUP_2 0 &config_noc SLAVE_BLSP_2 0>,
+                                               <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_BLSP_2 0>;
+                               interconnect-names = "qup-core", "qup-config";
                                status = "disabled";
                        };
 
@@ -1751,6 +1898,9 @@ uart14: serial@a98000 {
                                interrupts = <GIC_SPI 359 IRQ_TYPE_LEVEL_HIGH>;
                                power-domains = <&rpmhpd SDM845_CX>;
                                operating-points-v2 = <&qup_opp_table>;
+                               interconnects = <&aggre2_noc MASTER_QUP_2 0 &config_noc SLAVE_BLSP_2 0>,
+                                               <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_BLSP_2 0>;
+                               interconnect-names = "qup-core", "qup-config";
                                status = "disabled";
                        };
 
@@ -1767,6 +1917,10 @@ i2c15: i2c@a9c000 {
                                power-domains = <&rpmhpd SDM845_CX>;
                                operating-points-v2 = <&qup_opp_table>;
                                status = "disabled";
+                               interconnects = <&aggre2_noc MASTER_QUP_2 0 &config_noc SLAVE_BLSP_2 0>,
+                                               <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_BLSP_2 0>,
+                                               <&aggre2_noc MASTER_QUP_2 0 &mem_noc SLAVE_EBI1 0>;
+                               interconnect-names = "qup-core", "qup-config", "qup-memory";
                        };
 
                        spi15: spi@a9c000 {
@@ -1779,6 +1933,9 @@ spi15: spi@a9c000 {
                                interrupts = <GIC_SPI 360 IRQ_TYPE_LEVEL_HIGH>;
                                #address-cells = <1>;
                                #size-cells = <0>;
+                               interconnects = <&aggre2_noc MASTER_QUP_2 0 &config_noc SLAVE_BLSP_2 0>,
+                                               <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_BLSP_2 0>;
+                               interconnect-names = "qup-core", "qup-config";
                                status = "disabled";
                        };
 
@@ -1792,6 +1949,9 @@ uart15: serial@a9c000 {
                                interrupts = <GIC_SPI 360 IRQ_TYPE_LEVEL_HIGH>;
                                power-domains = <&rpmhpd SDM845_CX>;
                                operating-points-v2 = <&qup_opp_table>;
+                               interconnects = <&aggre2_noc MASTER_QUP_2 0 &config_noc SLAVE_BLSP_2 0>,
+                                               <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_BLSP_2 0>;
+                               interconnect-names = "qup-core", "qup-config";
                                status = "disabled";
                        };
                };