mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
arm64: dts: qcom: qcs615: Add QUPv3 configuration
Add DT support for QUPv3 Serial Engines. Co-developed-by: Mukesh Kumar Savaliya <quic_msavaliy@quicinc.com> Signed-off-by: Mukesh Kumar Savaliya <quic_msavaliy@quicinc.com> Signed-off-by: Viken Dadhaniya <quic_vdadhani@quicinc.com> Link: https://lore.kernel.org/r/20241115101501.1995843-1-quic_vdadhani@quicinc.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
committed by
Bjorn Andersson
parent
bf46963055
commit
f6746dc9e3
@@ -5,6 +5,7 @@
|
||||
|
||||
#include <dt-bindings/clock/qcom,qcs615-gcc.h>
|
||||
#include <dt-bindings/clock/qcom,rpmh.h>
|
||||
#include <dt-bindings/dma/qcom-gpi.h>
|
||||
#include <dt-bindings/interconnect/qcom,icc.h>
|
||||
#include <dt-bindings/interconnect/qcom,qcs615-rpmh.h>
|
||||
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
||||
@@ -315,6 +316,26 @@
|
||||
qcom,bcm-voters = <&apps_bcm_voter>;
|
||||
};
|
||||
|
||||
qup_opp_table: opp-table-qup {
|
||||
compatible = "operating-points-v2";
|
||||
opp-shared;
|
||||
|
||||
opp-75000000 {
|
||||
opp-hz = /bits/ 64 <75000000>;
|
||||
required-opps = <&rpmhpd_opp_low_svs>;
|
||||
};
|
||||
|
||||
opp-100000000 {
|
||||
opp-hz = /bits/ 64 <100000000>;
|
||||
required-opps = <&rpmhpd_opp_svs>;
|
||||
};
|
||||
|
||||
opp-128000000 {
|
||||
opp-hz = /bits/ 64 <128000000>;
|
||||
required-opps = <&rpmhpd_opp_nom>;
|
||||
};
|
||||
};
|
||||
|
||||
psci {
|
||||
compatible = "arm,psci-1.0";
|
||||
method = "smc";
|
||||
@@ -411,6 +432,24 @@
|
||||
#size-cells = <1>;
|
||||
};
|
||||
|
||||
gpi_dma0: dma-controller@800000 {
|
||||
compatible = "qcom,qcs615-gpi-dma", "qcom,sdm845-gpi-dma";
|
||||
reg = <0x0 0x800000 0x0 0x60000>;
|
||||
#dma-cells = <3>;
|
||||
interrupts = <GIC_SPI 244 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 245 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 246 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 247 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 248 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 249 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 250 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 251 IRQ_TYPE_LEVEL_HIGH>;
|
||||
dma-channels = <8>;
|
||||
dma-channel-mask = <0xf>;
|
||||
iommus = <&apps_smmu 0xd6 0x0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
qupv3_id_0: geniqup@8c0000 {
|
||||
compatible = "qcom,geni-se-qup";
|
||||
reg = <0x0 0x008c0000 0x0 0x6000>;
|
||||
@@ -419,6 +458,7 @@
|
||||
<&gcc GCC_QUPV3_WRAP_0_S_AHB_CLK>;
|
||||
clock-names = "m-ahb",
|
||||
"s-ahb";
|
||||
iommus = <&apps_smmu 0xc3 0x0>;
|
||||
#address-cells = <2>;
|
||||
#size-cells = <2>;
|
||||
status = "disabled";
|
||||
@@ -431,15 +471,418 @@
|
||||
pinctrl-0 = <&qup_uart0_tx>, <&qup_uart0_rx>;
|
||||
pinctrl-names = "default";
|
||||
interrupts = <GIC_SPI 601 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interconnects = <&aggre1_noc MASTER_QUP_0 0
|
||||
&mc_virt SLAVE_EBI1 0>,
|
||||
<&gem_noc MASTER_APPSS_PROC 0
|
||||
&config_noc SLAVE_QUP_0 0>;
|
||||
interconnects = <&aggre1_noc MASTER_QUP_0 QCOM_ICC_TAG_ALWAYS
|
||||
&mc_virt SLAVE_EBI1 QCOM_ICC_TAG_ALWAYS>,
|
||||
<&gem_noc MASTER_APPSS_PROC QCOM_ICC_TAG_ALWAYS
|
||||
&config_noc SLAVE_QUP_0 QCOM_ICC_TAG_ALWAYS>;
|
||||
interconnect-names = "qup-core",
|
||||
"qup-config";
|
||||
power-domains = <&rpmhpd RPMHPD_CX>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
i2c1: i2c@884000 {
|
||||
compatible = "qcom,geni-i2c";
|
||||
reg = <0x0 0x884000 0x0 0x4000>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
interrupts = <GIC_SPI 602 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&gcc GCC_QUPV3_WRAP0_S1_CLK>;
|
||||
clock-names = "se";
|
||||
pinctrl-0 = <&qup_i2c1_data_clk>;
|
||||
pinctrl-names = "default";
|
||||
interconnects = <&aggre1_noc MASTER_QUP_0 QCOM_ICC_TAG_ALWAYS
|
||||
&mc_virt SLAVE_EBI1 QCOM_ICC_TAG_ALWAYS>,
|
||||
<&gem_noc MASTER_APPSS_PROC QCOM_ICC_TAG_ALWAYS
|
||||
&config_noc SLAVE_QUP_0 QCOM_ICC_TAG_ALWAYS>,
|
||||
<&aggre1_noc MASTER_QUP_0 QCOM_ICC_TAG_ALWAYS
|
||||
&mc_virt SLAVE_EBI1 QCOM_ICC_TAG_ALWAYS>;
|
||||
interconnect-names = "qup-core",
|
||||
"qup-config",
|
||||
"qup-memory";
|
||||
power-domains = <&rpmhpd RPMHPD_CX>;
|
||||
dmas = <&gpi_dma0 0 1 QCOM_GPI_I2C>,
|
||||
<&gpi_dma0 1 1 QCOM_GPI_I2C>;
|
||||
dma-names = "tx",
|
||||
"rx";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
i2c2: i2c@888000 {
|
||||
compatible = "qcom,geni-i2c";
|
||||
reg = <0x0 0x888000 0x0 0x4000>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
interrupts = <GIC_SPI 603 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&gcc GCC_QUPV3_WRAP0_S2_CLK>;
|
||||
clock-names = "se";
|
||||
pinctrl-0 = <&qup_i2c2_data_clk>;
|
||||
pinctrl-names = "default";
|
||||
interconnects = <&aggre1_noc MASTER_QUP_0 QCOM_ICC_TAG_ALWAYS
|
||||
&mc_virt SLAVE_EBI1 QCOM_ICC_TAG_ALWAYS>,
|
||||
<&gem_noc MASTER_APPSS_PROC QCOM_ICC_TAG_ALWAYS
|
||||
&config_noc SLAVE_QUP_0 QCOM_ICC_TAG_ALWAYS>,
|
||||
<&aggre1_noc MASTER_QUP_0 QCOM_ICC_TAG_ALWAYS
|
||||
&mc_virt SLAVE_EBI1 QCOM_ICC_TAG_ALWAYS>;
|
||||
interconnect-names = "qup-core",
|
||||
"qup-config",
|
||||
"qup-memory";
|
||||
power-domains = <&rpmhpd RPMHPD_CX>;
|
||||
dmas = <&gpi_dma0 0 2 QCOM_GPI_I2C>,
|
||||
<&gpi_dma0 1 2 QCOM_GPI_I2C>;
|
||||
dma-names = "tx",
|
||||
"rx";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
spi2: spi@888000 {
|
||||
compatible = "qcom,geni-spi";
|
||||
reg = <0x0 0x00888000 0x0 0x4000>;
|
||||
interrupts = <GIC_SPI 603 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&gcc GCC_QUPV3_WRAP0_S2_CLK>;
|
||||
clock-names = "se";
|
||||
pinctrl-0 = <&qup_spi2_data_clk>, <&qup_spi2_cs>;
|
||||
pinctrl-names = "default";
|
||||
interconnects = <&aggre1_noc MASTER_QUP_0 QCOM_ICC_TAG_ALWAYS
|
||||
&mc_virt SLAVE_EBI1 QCOM_ICC_TAG_ALWAYS>,
|
||||
<&gem_noc MASTER_APPSS_PROC QCOM_ICC_TAG_ALWAYS
|
||||
&config_noc SLAVE_QUP_0 QCOM_ICC_TAG_ALWAYS>;
|
||||
interconnect-names = "qup-core",
|
||||
"qup-config";
|
||||
power-domains = <&rpmhpd RPMHPD_CX>;
|
||||
dmas = <&gpi_dma0 0 2 QCOM_GPI_SPI>,
|
||||
<&gpi_dma0 1 2 QCOM_GPI_SPI>;
|
||||
dma-names = "tx",
|
||||
"rx";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
uart2: serial@888000 {
|
||||
compatible = "qcom,geni-uart";
|
||||
reg = <0x0 0x00888000 0x0 0x4000>;
|
||||
interrupts = <GIC_SPI 603 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&gcc GCC_QUPV3_WRAP0_S2_CLK>;
|
||||
clock-names = "se";
|
||||
pinctrl-0 = <&qup_uart2_cts>, <&qup_uart2_rts>,
|
||||
<&qup_uart2_tx>, <&qup_uart2_rx>;
|
||||
pinctrl-names = "default";
|
||||
interconnects = <&aggre1_noc MASTER_QUP_0 QCOM_ICC_TAG_ALWAYS
|
||||
&mc_virt SLAVE_EBI1 QCOM_ICC_TAG_ALWAYS>,
|
||||
<&gem_noc MASTER_APPSS_PROC QCOM_ICC_TAG_ALWAYS
|
||||
&config_noc SLAVE_QUP_0 QCOM_ICC_TAG_ALWAYS>;
|
||||
interconnect-names = "qup-core",
|
||||
"qup-config";
|
||||
power-domains = <&rpmhpd RPMHPD_CX>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
i2c3: i2c@88c000 {
|
||||
compatible = "qcom,geni-i2c";
|
||||
reg = <0x0 0x88c000 0x0 0x4000>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
interrupts = <GIC_SPI 604 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&gcc GCC_QUPV3_WRAP0_S3_CLK>;
|
||||
clock-names = "se";
|
||||
pinctrl-0 = <&qup_i2c3_data_clk>;
|
||||
pinctrl-names = "default";
|
||||
interconnects = <&aggre1_noc MASTER_QUP_0 QCOM_ICC_TAG_ALWAYS
|
||||
&mc_virt SLAVE_EBI1 QCOM_ICC_TAG_ALWAYS>,
|
||||
<&gem_noc MASTER_APPSS_PROC QCOM_ICC_TAG_ALWAYS
|
||||
&config_noc SLAVE_QUP_0 QCOM_ICC_TAG_ALWAYS>,
|
||||
<&aggre1_noc MASTER_QUP_0 QCOM_ICC_TAG_ALWAYS
|
||||
&mc_virt SLAVE_EBI1 QCOM_ICC_TAG_ALWAYS>;
|
||||
interconnect-names = "qup-core",
|
||||
"qup-config",
|
||||
"qup-memory";
|
||||
power-domains = <&rpmhpd RPMHPD_CX>;
|
||||
dmas = <&gpi_dma0 0 3 QCOM_GPI_I2C>,
|
||||
<&gpi_dma0 1 3 QCOM_GPI_I2C>;
|
||||
dma-names = "tx",
|
||||
"rx";
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
gpi_dma1: dma-controller@a00000 {
|
||||
compatible = "qcom,qcs615-gpi-dma", "qcom,sdm845-gpi-dma";
|
||||
reg = <0x0 0xa00000 0x0 0x60000>;
|
||||
#dma-cells = <3>;
|
||||
interrupts = <GIC_SPI 279 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 280 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 281 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 282 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 283 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 284 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 293 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 294 IRQ_TYPE_LEVEL_HIGH>;
|
||||
dma-channels = <8>;
|
||||
dma-channel-mask = <0xf>;
|
||||
iommus = <&apps_smmu 0x376 0x0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
qupv3_id_1: geniqup@ac0000 {
|
||||
compatible = "qcom,geni-se-qup";
|
||||
reg = <0x0 0xac0000 0x0 0x2000>;
|
||||
ranges;
|
||||
clocks = <&gcc GCC_QUPV3_WRAP_1_M_AHB_CLK>,
|
||||
<&gcc GCC_QUPV3_WRAP_1_S_AHB_CLK>;
|
||||
clock-names = "m-ahb",
|
||||
"s-ahb";
|
||||
iommus = <&apps_smmu 0x363 0x0>;
|
||||
#address-cells = <2>;
|
||||
#size-cells = <2>;
|
||||
status = "disabled";
|
||||
|
||||
i2c4: i2c@a80000 {
|
||||
compatible = "qcom,geni-i2c";
|
||||
reg = <0x0 0xa80000 0x0 0x4000>;
|
||||
clocks = <&gcc GCC_QUPV3_WRAP1_S0_CLK>;
|
||||
clock-names = "se";
|
||||
pinctrl-0 = <&qup_i2c4_data_clk>;
|
||||
pinctrl-names = "default";
|
||||
interrupts = <GIC_SPI 353 IRQ_TYPE_LEVEL_HIGH>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
interconnects = <&aggre1_noc MASTER_BLSP_1 QCOM_ICC_TAG_ALWAYS
|
||||
&mc_virt SLAVE_EBI1 QCOM_ICC_TAG_ALWAYS>,
|
||||
<&gem_noc MASTER_APPSS_PROC QCOM_ICC_TAG_ALWAYS
|
||||
&config_noc SLAVE_QUP_1 QCOM_ICC_TAG_ALWAYS>,
|
||||
<&aggre1_noc MASTER_BLSP_1 QCOM_ICC_TAG_ALWAYS
|
||||
&mc_virt SLAVE_EBI1 QCOM_ICC_TAG_ALWAYS>;
|
||||
interconnect-names = "qup-core",
|
||||
"qup-config",
|
||||
"qup-memory";
|
||||
power-domains = <&rpmhpd RPMHPD_CX>;
|
||||
required-opps = <&rpmhpd_opp_low_svs>;
|
||||
dmas = <&gpi_dma1 0 0 QCOM_GPI_I2C>,
|
||||
<&gpi_dma1 1 0 QCOM_GPI_I2C>;
|
||||
dma-names = "tx",
|
||||
"rx";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
spi4: spi@a80000 {
|
||||
compatible = "qcom,geni-spi";
|
||||
reg = <0x0 0xa80000 0x0 0x4000>;
|
||||
clocks = <&gcc GCC_QUPV3_WRAP1_S0_CLK>;
|
||||
clock-names = "se";
|
||||
pinctrl-0 = <&qup_spi4_data_clk>, <&qup_spi4_cs>;
|
||||
pinctrl-names = "default";
|
||||
interrupts = <GIC_SPI 353 IRQ_TYPE_LEVEL_HIGH>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
interconnects = <&aggre1_noc MASTER_BLSP_1 QCOM_ICC_TAG_ALWAYS
|
||||
&mc_virt SLAVE_EBI1 QCOM_ICC_TAG_ALWAYS>,
|
||||
<&gem_noc MASTER_APPSS_PROC QCOM_ICC_TAG_ALWAYS
|
||||
&config_noc SLAVE_QUP_1 QCOM_ICC_TAG_ALWAYS>;
|
||||
interconnect-names = "qup-core",
|
||||
"qup-config";
|
||||
power-domains = <&rpmhpd RPMHPD_CX>;
|
||||
operating-points-v2 = <&qup_opp_table>;
|
||||
dmas = <&gpi_dma1 0 0 QCOM_GPI_SPI>,
|
||||
<&gpi_dma1 1 0 QCOM_GPI_SPI>;
|
||||
dma-names = "tx",
|
||||
"rx";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
uart4: serial@a80000 {
|
||||
compatible = "qcom,geni-uart";
|
||||
reg = <0x0 0xa80000 0x0 0x4000>;
|
||||
clocks = <&gcc GCC_QUPV3_WRAP1_S0_CLK>;
|
||||
clock-names = "se";
|
||||
pinctrl-0 = <&qup_uart4_cts>, <&qup_uart4_rts>,
|
||||
<&qup_uart4_tx>, <&qup_uart4_rx>;
|
||||
pinctrl-names = "default";
|
||||
interrupts = <GIC_SPI 353 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interconnects = <&aggre1_noc MASTER_BLSP_1 QCOM_ICC_TAG_ALWAYS
|
||||
&mc_virt SLAVE_EBI1 QCOM_ICC_TAG_ALWAYS>,
|
||||
<&gem_noc MASTER_APPSS_PROC QCOM_ICC_TAG_ALWAYS
|
||||
&config_noc SLAVE_QUP_1 QCOM_ICC_TAG_ALWAYS>;
|
||||
interconnect-names = "qup-core",
|
||||
"qup-config";
|
||||
power-domains = <&rpmhpd RPMHPD_CX>;
|
||||
operating-points-v2 = <&qup_opp_table>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
i2c5: i2c@a84000 {
|
||||
compatible = "qcom,geni-i2c";
|
||||
reg = <0x0 0xa84000 0x0 0x4000>;
|
||||
clocks = <&gcc GCC_QUPV3_WRAP1_S1_CLK>;
|
||||
clock-names = "se";
|
||||
pinctrl-0 = <&qup_i2c5_data_clk>;
|
||||
pinctrl-names = "default";
|
||||
interrupts = <GIC_SPI 354 IRQ_TYPE_LEVEL_HIGH>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
interconnects = <&aggre1_noc MASTER_BLSP_1 QCOM_ICC_TAG_ALWAYS
|
||||
&mc_virt SLAVE_EBI1 QCOM_ICC_TAG_ALWAYS>,
|
||||
<&gem_noc MASTER_APPSS_PROC QCOM_ICC_TAG_ALWAYS
|
||||
&config_noc SLAVE_QUP_1 QCOM_ICC_TAG_ALWAYS>,
|
||||
<&aggre1_noc MASTER_BLSP_1 QCOM_ICC_TAG_ALWAYS
|
||||
&mc_virt SLAVE_EBI1 QCOM_ICC_TAG_ALWAYS>;
|
||||
interconnect-names = "qup-core",
|
||||
"qup-config",
|
||||
"qup-memory";
|
||||
power-domains = <&rpmhpd RPMHPD_CX>;
|
||||
required-opps = <&rpmhpd_opp_low_svs>;
|
||||
dmas = <&gpi_dma1 0 1 QCOM_GPI_I2C>,
|
||||
<&gpi_dma1 1 1 QCOM_GPI_I2C>;
|
||||
dma-names = "tx",
|
||||
"rx";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
i2c6: i2c@a88000 {
|
||||
compatible = "qcom,geni-i2c";
|
||||
reg = <0x0 0xa88000 0x0 0x4000>;
|
||||
clocks = <&gcc GCC_QUPV3_WRAP1_S2_CLK>;
|
||||
clock-names = "se";
|
||||
pinctrl-0 = <&qup_i2c6_data_clk>;
|
||||
pinctrl-names = "default";
|
||||
interrupts = <GIC_SPI 355 IRQ_TYPE_LEVEL_HIGH>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
interconnects = <&aggre1_noc MASTER_BLSP_1 QCOM_ICC_TAG_ALWAYS
|
||||
&mc_virt SLAVE_EBI1 QCOM_ICC_TAG_ALWAYS>,
|
||||
<&gem_noc MASTER_APPSS_PROC QCOM_ICC_TAG_ALWAYS
|
||||
&config_noc SLAVE_QUP_1 QCOM_ICC_TAG_ALWAYS>,
|
||||
<&aggre1_noc MASTER_BLSP_1 QCOM_ICC_TAG_ALWAYS
|
||||
&mc_virt SLAVE_EBI1 QCOM_ICC_TAG_ALWAYS>;
|
||||
interconnect-names = "qup-core",
|
||||
"qup-config",
|
||||
"qup-memory";
|
||||
power-domains = <&rpmhpd RPMHPD_CX>;
|
||||
required-opps = <&rpmhpd_opp_low_svs>;
|
||||
dmas = <&gpi_dma1 0 2 QCOM_GPI_I2C>,
|
||||
<&gpi_dma1 1 2 QCOM_GPI_I2C>;
|
||||
dma-names = "tx",
|
||||
"rx";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
spi6: spi@a88000 {
|
||||
compatible = "qcom,geni-spi";
|
||||
reg = <0x0 0xa88000 0x0 0x4000>;
|
||||
clocks = <&gcc GCC_QUPV3_WRAP1_S2_CLK>;
|
||||
clock-names = "se";
|
||||
pinctrl-0 = <&qup_spi6_data_clk>, <&qup_spi6_cs>;
|
||||
pinctrl-names = "default";
|
||||
interrupts = <GIC_SPI 355 IRQ_TYPE_LEVEL_HIGH>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
interconnects = <&aggre1_noc MASTER_BLSP_1 QCOM_ICC_TAG_ALWAYS
|
||||
&mc_virt SLAVE_EBI1 QCOM_ICC_TAG_ALWAYS>,
|
||||
<&gem_noc MASTER_APPSS_PROC QCOM_ICC_TAG_ALWAYS
|
||||
&config_noc SLAVE_QUP_1 QCOM_ICC_TAG_ALWAYS>;
|
||||
interconnect-names = "qup-core",
|
||||
"qup-config";
|
||||
power-domains = <&rpmhpd RPMHPD_CX>;
|
||||
operating-points-v2 = <&qup_opp_table>;
|
||||
dmas = <&gpi_dma1 0 2 QCOM_GPI_SPI>,
|
||||
<&gpi_dma1 1 2 QCOM_GPI_SPI>;
|
||||
dma-names = "tx",
|
||||
"rx";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
uart6: serial@a88000 {
|
||||
compatible = "qcom,geni-uart";
|
||||
reg = <0x0 0xa88000 0x0 0x4000>;
|
||||
clocks = <&gcc GCC_QUPV3_WRAP1_S2_CLK>;
|
||||
clock-names = "se";
|
||||
pinctrl-0 = <&qup_uart6_cts>, <&qup_uart6_rts>,
|
||||
<&qup_uart6_tx>, <&qup_uart6_rx>;
|
||||
pinctrl-names = "default";
|
||||
interrupts = <GIC_SPI 355 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interconnects = <&aggre1_noc MASTER_BLSP_1 QCOM_ICC_TAG_ALWAYS
|
||||
&mc_virt SLAVE_EBI1 QCOM_ICC_TAG_ALWAYS>,
|
||||
<&gem_noc MASTER_APPSS_PROC QCOM_ICC_TAG_ALWAYS
|
||||
&config_noc SLAVE_QUP_1 QCOM_ICC_TAG_ALWAYS>;
|
||||
interconnect-names = "qup-core",
|
||||
"qup-config";
|
||||
power-domains = <&rpmhpd RPMHPD_CX>;
|
||||
operating-points-v2 = <&qup_opp_table>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
i2c7: i2c@a8c000 {
|
||||
compatible = "qcom,geni-i2c";
|
||||
reg = <0x0 0xa8c000 0x0 0x4000>;
|
||||
clocks = <&gcc GCC_QUPV3_WRAP1_S3_CLK>;
|
||||
clock-names = "se";
|
||||
pinctrl-0 = <&qup_i2c7_data_clk>;
|
||||
pinctrl-names = "default";
|
||||
interrupts = <GIC_SPI 356 IRQ_TYPE_LEVEL_HIGH>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
interconnects = <&aggre1_noc MASTER_BLSP_1 QCOM_ICC_TAG_ALWAYS
|
||||
&mc_virt SLAVE_EBI1 QCOM_ICC_TAG_ALWAYS>,
|
||||
<&gem_noc MASTER_APPSS_PROC QCOM_ICC_TAG_ALWAYS
|
||||
&config_noc SLAVE_QUP_1 QCOM_ICC_TAG_ALWAYS>,
|
||||
<&aggre1_noc MASTER_BLSP_1 QCOM_ICC_TAG_ALWAYS
|
||||
&mc_virt SLAVE_EBI1 QCOM_ICC_TAG_ALWAYS>;
|
||||
interconnect-names = "qup-core",
|
||||
"qup-config",
|
||||
"qup-memory";
|
||||
power-domains = <&rpmhpd RPMHPD_CX>;
|
||||
required-opps = <&rpmhpd_opp_low_svs>;
|
||||
dmas = <&gpi_dma1 0 3 QCOM_GPI_I2C>,
|
||||
<&gpi_dma1 1 3 QCOM_GPI_I2C>;
|
||||
dma-names = "tx",
|
||||
"rx";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
spi7: spi@a8c000 {
|
||||
compatible = "qcom,geni-spi";
|
||||
reg = <0x0 0xa8c000 0x0 0x4000>;
|
||||
clocks = <&gcc GCC_QUPV3_WRAP1_S3_CLK>;
|
||||
clock-names = "se";
|
||||
pinctrl-0 = <&qup_spi7_data_clk>, <&qup_spi7_cs>;
|
||||
pinctrl-names = "default";
|
||||
interrupts = <GIC_SPI 356 IRQ_TYPE_LEVEL_HIGH>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
interconnects = <&aggre1_noc MASTER_BLSP_1 QCOM_ICC_TAG_ALWAYS
|
||||
&mc_virt SLAVE_EBI1 QCOM_ICC_TAG_ALWAYS>,
|
||||
<&gem_noc MASTER_APPSS_PROC QCOM_ICC_TAG_ALWAYS
|
||||
&config_noc SLAVE_QUP_1 QCOM_ICC_TAG_ALWAYS>;
|
||||
interconnect-names = "qup-core",
|
||||
"qup-config";
|
||||
power-domains = <&rpmhpd RPMHPD_CX>;
|
||||
operating-points-v2 = <&qup_opp_table>;
|
||||
dmas = <&gpi_dma1 0 3 QCOM_GPI_SPI>,
|
||||
<&gpi_dma1 1 3 QCOM_GPI_SPI>;
|
||||
dma-names = "tx",
|
||||
"rx";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
uart7: serial@a8c000 {
|
||||
compatible = "qcom,geni-uart";
|
||||
reg = <0x0 0xa8c000 0x0 0x4000>;
|
||||
clocks = <&gcc GCC_QUPV3_WRAP1_S3_CLK>;
|
||||
clock-names = "se";
|
||||
pinctrl-0 = <&qup_uart7_cts>, <&qup_uart7_rts>,
|
||||
<&qup_uart7_tx>, <&qup_uart7_rx>;
|
||||
pinctrl-names = "default";
|
||||
interrupts = <GIC_SPI 356 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interconnects = <&aggre1_noc MASTER_BLSP_1 QCOM_ICC_TAG_ALWAYS
|
||||
&mc_virt SLAVE_EBI1 QCOM_ICC_TAG_ALWAYS>,
|
||||
<&gem_noc MASTER_APPSS_PROC QCOM_ICC_TAG_ALWAYS
|
||||
&config_noc SLAVE_QUP_1 QCOM_ICC_TAG_ALWAYS>;
|
||||
interconnect-names = "qup-core",
|
||||
"qup-config";
|
||||
power-domains = <&rpmhpd RPMHPD_CX>;
|
||||
operating-points-v2 = <&qup_opp_table>;
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
config_noc: interconnect@1500000 {
|
||||
@@ -497,6 +940,102 @@
|
||||
#interrupt-cells = <2>;
|
||||
wakeup-parent = <&pdc>;
|
||||
|
||||
qup_i2c1_data_clk: qup-i2c1-data-clk-state {
|
||||
pins = "gpio4", "gpio5";
|
||||
function = "qup0";
|
||||
|
||||
};
|
||||
|
||||
qup_i2c2_data_clk: qup-i2c2-data-clk-state {
|
||||
pins = "gpio0", "gpio1";
|
||||
function = "qup0";
|
||||
};
|
||||
|
||||
qup_i2c3_data_clk: qup-i2c3-data-clk-state {
|
||||
pins = "gpio18", "gpio19";
|
||||
function = "qup0";
|
||||
};
|
||||
|
||||
qup_i2c4_data_clk: qup-i2c4-data-clk-state {
|
||||
pins = "gpio20", "gpio21";
|
||||
function = "qup1";
|
||||
};
|
||||
|
||||
qup_i2c5_data_clk: qup-i2c5-data-clk-state {
|
||||
pins = "gpio14", "gpio15";
|
||||
function = "qup1";
|
||||
};
|
||||
|
||||
qup_i2c6_data_clk: qup-i2c6-data-clk-state {
|
||||
pins = "gpio6", "gpio7";
|
||||
function = "qup1";
|
||||
};
|
||||
|
||||
qup_i2c7_data_clk: qup-i2c7-data-clk-state {
|
||||
pins = "gpio10", "gpio11";
|
||||
function = "qup1";
|
||||
};
|
||||
|
||||
qup_spi2_data_clk: qup-spi2-data-clk-state {
|
||||
pins = "gpio0", "gpio1", "gpio2";
|
||||
function = "qup0";
|
||||
};
|
||||
|
||||
qup_spi2_cs: qup-spi2-cs-state {
|
||||
pins = "gpio3";
|
||||
function = "qup0";
|
||||
};
|
||||
|
||||
qup_spi2_cs_gpio: qup-spi2-cs-gpio-state {
|
||||
pins = "gpio3";
|
||||
function = "gpio";
|
||||
};
|
||||
|
||||
qup_spi4_data_clk: qup-spi4-data-clk-state {
|
||||
pins = "gpio20", "gpio21", "gpio22";
|
||||
function = "qup1";
|
||||
};
|
||||
|
||||
qup_spi4_cs: qup-spi4-cs-state {
|
||||
pins = "gpio23";
|
||||
function = "qup1";
|
||||
};
|
||||
|
||||
qup_spi4_cs_gpio: qup-spi4-cs-gpio-state {
|
||||
pins = "gpio23";
|
||||
function = "gpio";
|
||||
};
|
||||
|
||||
qup_spi6_data_clk: qup-spi6-data-clk-state {
|
||||
pins = "gpio6", "gpio7", "gpio8";
|
||||
function = "qup1";
|
||||
};
|
||||
|
||||
qup_spi6_cs: qup-spi6-cs-state {
|
||||
pins = "gpio9";
|
||||
function = "qup1";
|
||||
};
|
||||
|
||||
qup_spi6_cs_gpio: qup-spi6-cs-gpio-state {
|
||||
pins = "gpio9";
|
||||
function = "gpio";
|
||||
};
|
||||
|
||||
qup_spi7_data_clk: qup-spi7-data-clk-state {
|
||||
pins = "gpio10", "gpio11", "gpio12";
|
||||
function = "qup1";
|
||||
};
|
||||
|
||||
qup_spi7_cs: qup-spi7-cs-state {
|
||||
pins = "gpio13";
|
||||
function = "qup1";
|
||||
};
|
||||
|
||||
qup_spi7_cs_gpio: qup-spi7-cs-gpio-state {
|
||||
pins = "gpio13";
|
||||
function = "gpio";
|
||||
};
|
||||
|
||||
qup_uart0_tx: qup-uart0-tx-state {
|
||||
pins = "gpio16";
|
||||
function = "qup0";
|
||||
@@ -506,6 +1045,86 @@
|
||||
pins = "gpio17";
|
||||
function = "qup0";
|
||||
};
|
||||
|
||||
qup_uart2_cts: qup-uart2-cts-state {
|
||||
pins = "gpio0";
|
||||
function = "qup0";
|
||||
};
|
||||
|
||||
qup_uart2_rts: qup-uart2-rts-state {
|
||||
pins = "gpio1";
|
||||
function = "qup0";
|
||||
};
|
||||
|
||||
qup_uart2_tx: qup-uart2-tx-state {
|
||||
pins = "gpio2";
|
||||
function = "qup0";
|
||||
};
|
||||
|
||||
qup_uart2_rx: qup-uart2-rx-state {
|
||||
pins = "gpio3";
|
||||
function = "qup0";
|
||||
};
|
||||
|
||||
qup_uart4_cts: qup-uart4-cts-state {
|
||||
pins = "gpio20";
|
||||
function = "qup1";
|
||||
};
|
||||
|
||||
qup_uart4_rts: qup-uart4-rts-state {
|
||||
pins = "gpio21";
|
||||
function = "qup1";
|
||||
};
|
||||
|
||||
qup_uart4_tx: qup-uart4-tx-state {
|
||||
pins = "gpio22";
|
||||
function = "qup1";
|
||||
};
|
||||
|
||||
qup_uart4_rx: qup-uart4-rx-state {
|
||||
pins = "gpio23";
|
||||
function = "qup1";
|
||||
};
|
||||
|
||||
qup_uart6_cts: qup-uart6-cts-state {
|
||||
pins = "gpio6";
|
||||
function = "qup1";
|
||||
};
|
||||
|
||||
qup_uart6_rts: qup-uart6-rts-state {
|
||||
pins = "gpio7";
|
||||
function = "qup1";
|
||||
};
|
||||
|
||||
qup_uart6_tx: qup-uart6-tx-state {
|
||||
pins = "gpio8";
|
||||
function = "qup1";
|
||||
};
|
||||
|
||||
qup_uart6_rx: qup-uart6-rx-state {
|
||||
pins = "gpio9";
|
||||
function = "qup1";
|
||||
};
|
||||
|
||||
qup_uart7_cts: qup-uart7-cts-state {
|
||||
pins = "gpio10";
|
||||
function = "qup1";
|
||||
};
|
||||
|
||||
qup_uart7_rts: qup-uart7-rts-state {
|
||||
pins = "gpio11";
|
||||
function = "qup1";
|
||||
};
|
||||
|
||||
qup_uart7_tx: qup-uart7-tx-state {
|
||||
pins = "gpio12";
|
||||
function = "qup1";
|
||||
};
|
||||
|
||||
qup_uart7_rx: qup-uart7-rx-state {
|
||||
pins = "gpio13";
|
||||
function = "qup1";
|
||||
};
|
||||
};
|
||||
|
||||
stm@6002000 {
|
||||
|
||||
Reference in New Issue
Block a user