780 lines
26 KiB
Diff
780 lines
26 KiB
Diff
From e88e8fae43d48db2f95cd425d117234c07250257 Mon Sep 17 00:00:00 2001
|
|
From: Sebastian Reichel <sebastian.reichel@collabora.com>
|
|
Date: Mon, 10 Jul 2023 19:51:11 +0200
|
|
Subject: [PATCH 1/9] dt-bindings: phy: rockchip: add RK3588 PCIe v3 phy
|
|
|
|
When the RK3568 PCIe v3 PHY supported has been upstreamed, RK3588
|
|
support was included, but the DT binding does not reflect this.
|
|
This adds the missing bits.
|
|
|
|
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
|
|
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
|
|
---
|
|
.../bindings/phy/rockchip,pcie3-phy.yaml | 33 ++++++++++++++++---
|
|
1 file changed, 28 insertions(+), 5 deletions(-)
|
|
|
|
diff --git a/Documentation/devicetree/bindings/phy/rockchip,pcie3-phy.yaml b/Documentation/devicetree/bindings/phy/rockchip,pcie3-phy.yaml
|
|
index 9f2d8d2cc7a5..c4fbffcde6e4 100644
|
|
--- a/Documentation/devicetree/bindings/phy/rockchip,pcie3-phy.yaml
|
|
+++ b/Documentation/devicetree/bindings/phy/rockchip,pcie3-phy.yaml
|
|
@@ -13,19 +13,18 @@ properties:
|
|
compatible:
|
|
enum:
|
|
- rockchip,rk3568-pcie3-phy
|
|
+ - rockchip,rk3588-pcie3-phy
|
|
|
|
reg:
|
|
maxItems: 1
|
|
|
|
clocks:
|
|
- minItems: 3
|
|
+ minItems: 1
|
|
maxItems: 3
|
|
|
|
clock-names:
|
|
- items:
|
|
- - const: refclk_m
|
|
- - const: refclk_n
|
|
- - const: pclk
|
|
+ minItems: 1
|
|
+ maxItems: 3
|
|
|
|
data-lanes:
|
|
description: which lanes (by position) should be mapped to which
|
|
@@ -61,6 +60,30 @@ required:
|
|
- rockchip,phy-grf
|
|
- "#phy-cells"
|
|
|
|
+allOf:
|
|
+ - if:
|
|
+ properties:
|
|
+ compatible:
|
|
+ enum:
|
|
+ - rockchip,rk3588-pcie3-phy
|
|
+ then:
|
|
+ properties:
|
|
+ clocks:
|
|
+ maxItems: 1
|
|
+ clock-names:
|
|
+ items:
|
|
+ - const: pclk
|
|
+ else:
|
|
+ properties:
|
|
+ clocks:
|
|
+ minItems: 3
|
|
+
|
|
+ clock-names:
|
|
+ items:
|
|
+ - const: refclk_m
|
|
+ - const: refclk_n
|
|
+ - const: pclk
|
|
+
|
|
additionalProperties: false
|
|
|
|
examples:
|
|
--
|
|
2.41.0
|
|
|
|
|
|
From 8f4060c74f79630b85ccdf134f9033e2ee637805 Mon Sep 17 00:00:00 2001
|
|
From: Sebastian Reichel <sebastian.reichel@collabora.com>
|
|
Date: Sat, 15 Jul 2023 00:37:44 +0200
|
|
Subject: [PATCH 2/9] dt-bindings: PCI: dwc: improve msi handling
|
|
|
|
Allow missing "msi" interrupt, iff the node has a "msi-map" property.
|
|
|
|
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
|
|
---
|
|
.../devicetree/bindings/pci/snps,dw-pcie.yaml | 12 +++++++++---
|
|
1 file changed, 9 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/Documentation/devicetree/bindings/pci/snps,dw-pcie.yaml b/Documentation/devicetree/bindings/pci/snps,dw-pcie.yaml
|
|
index 1a83f0f65f19..abc1bcef13ec 100644
|
|
--- a/Documentation/devicetree/bindings/pci/snps,dw-pcie.yaml
|
|
+++ b/Documentation/devicetree/bindings/pci/snps,dw-pcie.yaml
|
|
@@ -25,6 +25,15 @@ select:
|
|
allOf:
|
|
- $ref: /schemas/pci/pci-bus.yaml#
|
|
- $ref: /schemas/pci/snps,dw-pcie-common.yaml#
|
|
+ - if:
|
|
+ not:
|
|
+ required:
|
|
+ - msi-map
|
|
+ then:
|
|
+ properties:
|
|
+ interrupt-names:
|
|
+ contains:
|
|
+ const: "msi"
|
|
|
|
properties:
|
|
reg:
|
|
@@ -193,9 +202,6 @@ properties:
|
|
oneOf:
|
|
- description: See native "app" IRQ for details
|
|
enum: [ intr ]
|
|
- allOf:
|
|
- - contains:
|
|
- const: msi
|
|
|
|
additionalProperties: true
|
|
|
|
--
|
|
2.41.0
|
|
|
|
|
|
From 0ac1f4ac95ae783a362ef317367e137ddd1ec71b Mon Sep 17 00:00:00 2001
|
|
From: Sebastian Reichel <sebastian.reichel@collabora.com>
|
|
Date: Sat, 15 Jul 2023 00:39:28 +0200
|
|
Subject: [PATCH 3/9] dt-bindings: PCI: dwc: rockchip: Fix interrupt-names
|
|
issue
|
|
|
|
The RK356x (and RK3588) have 5 ganged interrupts. For example the
|
|
"legacy" interrupt combines "inta/intb/intc/intd" with a register
|
|
providing the details.
|
|
|
|
Currently the binding is not specifying these interrupts resulting
|
|
in a bunch of errors for all rk356x boards using PCIe.
|
|
|
|
Fix this by specifying the interrupts and add them to the example
|
|
to prevent regressions.
|
|
|
|
This changes the reference from snps,dw-pcie.yaml to
|
|
snps,dw-pcie-common.yaml, since the interrupts are vendor
|
|
specific and should not be listed in the generic file. The
|
|
only other bit from the generic binding are the reg-names,
|
|
which are overwritten by this binding.
|
|
|
|
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
|
|
---
|
|
.../bindings/pci/rockchip-dw-pcie.yaml | 43 ++++++++++++++++++-
|
|
1 file changed, 42 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/Documentation/devicetree/bindings/pci/rockchip-dw-pcie.yaml b/Documentation/devicetree/bindings/pci/rockchip-dw-pcie.yaml
|
|
index a4f61ced5e88..7836b9a5547c 100644
|
|
--- a/Documentation/devicetree/bindings/pci/rockchip-dw-pcie.yaml
|
|
+++ b/Documentation/devicetree/bindings/pci/rockchip-dw-pcie.yaml
|
|
@@ -17,7 +17,8 @@ description: |+
|
|
snps,dw-pcie.yaml.
|
|
|
|
allOf:
|
|
- - $ref: /schemas/pci/snps,dw-pcie.yaml#
|
|
+ - $ref: /schemas/pci/pci-bus.yaml#
|
|
+ - $ref: /schemas/pci/snps,dw-pcie-common.yaml#
|
|
|
|
properties:
|
|
compatible:
|
|
@@ -60,6 +61,39 @@ properties:
|
|
- const: aux
|
|
- const: pipe
|
|
|
|
+ interrupts:
|
|
+ items:
|
|
+ - description:
|
|
+ Combined system interrupt, which is used to signal the following
|
|
+ interrupts - phy_link_up, dll_link_up, link_req_rst_not, hp_pme,
|
|
+ hp, hp_msi, link_auto_bw, link_auto_bw_msi, bw_mgt, bw_mgt_msi,
|
|
+ edma_wr, edma_rd, dpa_sub_upd, rbar_update, link_eq_req, ep_elbi_app
|
|
+ - description:
|
|
+ Combined PM interrupt, which is used to signal the following
|
|
+ interrupts - linkst_in_l1sub, linkst_in_l1, linkst_in_l2,
|
|
+ linkst_in_l0s, linkst_out_l1sub, linkst_out_l1, linkst_out_l2,
|
|
+ linkst_out_l0s, pm_dstate_update
|
|
+ - description:
|
|
+ Combined message interrupt, which is used to signal the following
|
|
+ interrupts - ven_msg, unlock_msg, ltr_msg, cfg_pme, cfg_pme_msi,
|
|
+ pm_pme, pm_to_ack, pm_turnoff, obff_idle, obff_obff, obff_cpu_active
|
|
+ - description:
|
|
+ Combined legacy interrupt, which is used to signal the following
|
|
+ interrupts - inta, intb, intc, intd
|
|
+ - description:
|
|
+ Combined error interrupt, which is used to signal the following
|
|
+ interrupts - aer_rc_err, aer_rc_err_msi, rx_cpl_timeout,
|
|
+ tx_cpl_timeout, cor_err_sent, nf_err_sent, f_err_sent, cor_err_rx,
|
|
+ nf_err_rx, f_err_rx, radm_qoverflow
|
|
+
|
|
+ interrupt-names:
|
|
+ items:
|
|
+ - const: sys
|
|
+ - const: pmc
|
|
+ - const: msg
|
|
+ - const: legacy
|
|
+ - const: err
|
|
+
|
|
msi-map: true
|
|
|
|
num-lanes: true
|
|
@@ -108,6 +142,7 @@ unevaluatedProperties: false
|
|
|
|
examples:
|
|
- |
|
|
+ #include <dt-bindings/interrupt-controller/arm-gic.h>
|
|
|
|
bus {
|
|
#address-cells = <2>;
|
|
@@ -127,6 +162,12 @@ examples:
|
|
"aclk_dbi", "pclk",
|
|
"aux";
|
|
device_type = "pci";
|
|
+ interrupts = <GIC_SPI 160 IRQ_TYPE_LEVEL_HIGH>,
|
|
+ <GIC_SPI 159 IRQ_TYPE_LEVEL_HIGH>,
|
|
+ <GIC_SPI 158 IRQ_TYPE_LEVEL_HIGH>,
|
|
+ <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>,
|
|
+ <GIC_SPI 156 IRQ_TYPE_LEVEL_HIGH>;
|
|
+ interrupt-names = "sys", "pmc", "msg", "legacy", "err";
|
|
linux,pci-domain = <2>;
|
|
max-link-speed = <2>;
|
|
msi-map = <0x2000 &its 0x2000 0x1000>;
|
|
--
|
|
2.41.0
|
|
|
|
|
|
From 9475d7f1d48bcb32afcb2796cb9edf6080f566ef Mon Sep 17 00:00:00 2001
|
|
From: Sebastian Reichel <sebastian.reichel@collabora.com>
|
|
Date: Mon, 17 Jul 2023 17:07:48 +0200
|
|
Subject: [PATCH 4/9] dt-bindings: PCI: dwc: rockchip: Use generic binding
|
|
|
|
Use the generic binding for Rockchip. This should either be
|
|
ignored/dropped or squashed into the previous commit.
|
|
|
|
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
|
|
---
|
|
Documentation/devicetree/bindings/pci/rockchip-dw-pcie.yaml | 3 +--
|
|
Documentation/devicetree/bindings/pci/snps,dw-pcie.yaml | 6 +++++-
|
|
2 files changed, 6 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/Documentation/devicetree/bindings/pci/rockchip-dw-pcie.yaml b/Documentation/devicetree/bindings/pci/rockchip-dw-pcie.yaml
|
|
index 7836b9a5547c..ad9954f7fe02 100644
|
|
--- a/Documentation/devicetree/bindings/pci/rockchip-dw-pcie.yaml
|
|
+++ b/Documentation/devicetree/bindings/pci/rockchip-dw-pcie.yaml
|
|
@@ -17,8 +17,7 @@ description: |+
|
|
snps,dw-pcie.yaml.
|
|
|
|
allOf:
|
|
- - $ref: /schemas/pci/pci-bus.yaml#
|
|
- - $ref: /schemas/pci/snps,dw-pcie-common.yaml#
|
|
+ - $ref: /schemas/pci/snps,dw-pcie.yaml#
|
|
|
|
properties:
|
|
compatible:
|
|
diff --git a/Documentation/devicetree/bindings/pci/snps,dw-pcie.yaml b/Documentation/devicetree/bindings/pci/snps,dw-pcie.yaml
|
|
index abc1bcef13ec..95d343c75485 100644
|
|
--- a/Documentation/devicetree/bindings/pci/snps,dw-pcie.yaml
|
|
+++ b/Documentation/devicetree/bindings/pci/snps,dw-pcie.yaml
|
|
@@ -196,12 +196,16 @@ properties:
|
|
Status register (the event is supposed to be unmasked in the
|
|
Link Control register).
|
|
const: bw_mg
|
|
+ - description:
|
|
+ Combined Legacy A/B/C/D interrupt signal. See "^int(a|b|c|d)$" for
|
|
+ details.
|
|
+ const: legacy
|
|
- description:
|
|
Vendor-specific IRQ names. Consider using the generic names above
|
|
for new bindings.
|
|
oneOf:
|
|
- description: See native "app" IRQ for details
|
|
- enum: [ intr ]
|
|
+ enum: [ intr, sys, pmc, msg, err ]
|
|
|
|
additionalProperties: true
|
|
|
|
--
|
|
2.41.0
|
|
|
|
|
|
From 276778343f47aa3851a1b9317e733cdaf6c9726e Mon Sep 17 00:00:00 2001
|
|
From: Sebastian Reichel <sebastian.reichel@collabora.com>
|
|
Date: Wed, 19 Apr 2023 18:27:12 +0200
|
|
Subject: [PATCH 5/9] dt-bindings: PCI: dwc: rockchip: Add missing
|
|
legacy-interrupt-controller
|
|
|
|
Rockchip RK356x and RK3588 handle legacy interrupts via a ganged
|
|
interrupts. The RK356x DT implements this via a sub-node named
|
|
"legacy-interrupt-controller", just like a couple of other PCIe
|
|
implementations. This adds proper documentation for this and updates
|
|
the example to avoid regressions.
|
|
|
|
Reviewed-by: Rob Herring <robh@kernel.org>
|
|
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
|
|
---
|
|
.../bindings/pci/rockchip-dw-pcie.yaml | 30 +++++++++++++++++++
|
|
1 file changed, 30 insertions(+)
|
|
|
|
diff --git a/Documentation/devicetree/bindings/pci/rockchip-dw-pcie.yaml b/Documentation/devicetree/bindings/pci/rockchip-dw-pcie.yaml
|
|
index ad9954f7fe02..1ae8dcfa072c 100644
|
|
--- a/Documentation/devicetree/bindings/pci/rockchip-dw-pcie.yaml
|
|
+++ b/Documentation/devicetree/bindings/pci/rockchip-dw-pcie.yaml
|
|
@@ -93,6 +93,28 @@ properties:
|
|
- const: legacy
|
|
- const: err
|
|
|
|
+ legacy-interrupt-controller:
|
|
+ description: Interrupt controller node for handling legacy PCI interrupts.
|
|
+ type: object
|
|
+ additionalProperties: false
|
|
+ properties:
|
|
+ "#address-cells":
|
|
+ const: 0
|
|
+
|
|
+ "#interrupt-cells":
|
|
+ const: 1
|
|
+
|
|
+ interrupt-controller: true
|
|
+
|
|
+ interrupts:
|
|
+ items:
|
|
+ - description: combined legacy interrupt
|
|
+ required:
|
|
+ - "#address-cells"
|
|
+ - "#interrupt-cells"
|
|
+ - interrupt-controller
|
|
+ - interrupts
|
|
+
|
|
msi-map: true
|
|
|
|
num-lanes: true
|
|
@@ -180,6 +202,14 @@ examples:
|
|
reset-names = "pipe";
|
|
#address-cells = <3>;
|
|
#size-cells = <2>;
|
|
+
|
|
+ legacy-interrupt-controller {
|
|
+ interrupt-controller;
|
|
+ #address-cells = <0>;
|
|
+ #interrupt-cells = <1>;
|
|
+ interrupt-parent = <&gic>;
|
|
+ interrupts = <GIC_SPI 72 IRQ_TYPE_EDGE_RISING>;
|
|
+ };
|
|
};
|
|
};
|
|
...
|
|
--
|
|
2.41.0
|
|
|
|
|
|
From 4662ec75d1cfe3c7ccfa6f688485c063d4adb725 Mon Sep 17 00:00:00 2001
|
|
From: Sebastian Reichel <sebastian.reichel@collabora.com>
|
|
Date: Mon, 17 Apr 2023 20:03:08 +0200
|
|
Subject: [PATCH 6/9] arm64: dts: rockchip: rk3588: add PCIe2 support
|
|
|
|
Add all three PCIe2 IP blocks to the RK3588 DT. Note, that RK3588
|
|
also has two PCIe3 IP blocks, that will be handled separately.
|
|
|
|
Co-developed-by: Kever Yang <kever.yang@rock-chips.com>
|
|
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
|
|
Tested-by: Jagan Teki <jagan@edgeble.ai> # edgeble-neu6a, 6b
|
|
Reviewed-by: Jagan Teki <jagan@edgeble.ai>
|
|
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
|
|
---
|
|
arch/arm64/boot/dts/rockchip/rk3588.dtsi | 51 +++++++++++
|
|
arch/arm64/boot/dts/rockchip/rk3588s.dtsi | 102 ++++++++++++++++++++++
|
|
2 files changed, 153 insertions(+)
|
|
|
|
diff --git a/arch/arm64/boot/dts/rockchip/rk3588.dtsi b/arch/arm64/boot/dts/rockchip/rk3588.dtsi
|
|
index 6be9bf81c09c..88d702575db2 100644
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3588.dtsi
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3588.dtsi
|
|
@@ -80,6 +80,57 @@ i2s10_8ch: i2s@fde00000 {
|
|
status = "disabled";
|
|
};
|
|
|
|
+ pcie2x1l0: pcie@fe170000 {
|
|
+ compatible = "rockchip,rk3588-pcie", "rockchip,rk3568-pcie";
|
|
+ #address-cells = <3>;
|
|
+ #size-cells = <2>;
|
|
+ bus-range = <0x20 0x2f>;
|
|
+ clocks = <&cru ACLK_PCIE_1L0_MSTR>, <&cru ACLK_PCIE_1L0_SLV>,
|
|
+ <&cru ACLK_PCIE_1L0_DBI>, <&cru PCLK_PCIE_1L0>,
|
|
+ <&cru CLK_PCIE_AUX2>, <&cru CLK_PCIE1L0_PIPE>;
|
|
+ clock-names = "aclk_mst", "aclk_slv",
|
|
+ "aclk_dbi", "pclk",
|
|
+ "aux", "pipe";
|
|
+ device_type = "pci";
|
|
+ interrupts = <GIC_SPI 243 IRQ_TYPE_LEVEL_HIGH 0>,
|
|
+ <GIC_SPI 242 IRQ_TYPE_LEVEL_HIGH 0>,
|
|
+ <GIC_SPI 241 IRQ_TYPE_LEVEL_HIGH 0>,
|
|
+ <GIC_SPI 240 IRQ_TYPE_LEVEL_HIGH 0>,
|
|
+ <GIC_SPI 239 IRQ_TYPE_LEVEL_HIGH 0>;
|
|
+ interrupt-names = "sys", "pmc", "msg", "legacy", "err";
|
|
+ #interrupt-cells = <1>;
|
|
+ interrupt-map-mask = <0 0 0 7>;
|
|
+ interrupt-map = <0 0 0 1 &pcie2x1l0_intc 0>,
|
|
+ <0 0 0 2 &pcie2x1l0_intc 1>,
|
|
+ <0 0 0 3 &pcie2x1l0_intc 2>,
|
|
+ <0 0 0 4 &pcie2x1l0_intc 3>;
|
|
+ linux,pci-domain = <2>;
|
|
+ max-link-speed = <2>;
|
|
+ msi-map = <0x2000 &its0 0x2000 0x1000>;
|
|
+ num-lanes = <1>;
|
|
+ phys = <&combphy1_ps PHY_TYPE_PCIE>;
|
|
+ phy-names = "pcie-phy";
|
|
+ power-domains = <&power RK3588_PD_PCIE>;
|
|
+ ranges = <0x01000000 0x0 0xf2100000 0x0 0xf2100000 0x0 0x00100000>,
|
|
+ <0x02000000 0x0 0xf2200000 0x0 0xf2200000 0x0 0x00e00000>,
|
|
+ <0x03000000 0x0 0x40000000 0x9 0x80000000 0x0 0x40000000>;
|
|
+ reg = <0xa 0x40800000 0x0 0x00400000>,
|
|
+ <0x0 0xfe170000 0x0 0x00010000>,
|
|
+ <0x0 0xf2000000 0x0 0x00100000>;
|
|
+ reg-names = "dbi", "apb", "config";
|
|
+ resets = <&cru SRST_PCIE2_POWER_UP>, <&cru SRST_P_PCIE2>;
|
|
+ reset-names = "pwr", "pipe";
|
|
+ status = "disabled";
|
|
+
|
|
+ pcie2x1l0_intc: legacy-interrupt-controller {
|
|
+ interrupt-controller;
|
|
+ #address-cells = <0>;
|
|
+ #interrupt-cells = <1>;
|
|
+ interrupt-parent = <&gic>;
|
|
+ interrupts = <GIC_SPI 240 IRQ_TYPE_EDGE_RISING 0>;
|
|
+ };
|
|
+ };
|
|
+
|
|
gmac0: ethernet@fe1b0000 {
|
|
compatible = "rockchip,rk3588-gmac", "snps,dwmac-4.20a";
|
|
reg = <0x0 0xfe1b0000 0x0 0x10000>;
|
|
diff --git a/arch/arm64/boot/dts/rockchip/rk3588s.dtsi b/arch/arm64/boot/dts/rockchip/rk3588s.dtsi
|
|
index c9f9dd2472f5..b9b509257aaa 100644
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3588s.dtsi
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3588s.dtsi
|
|
@@ -1227,6 +1227,108 @@ qos_vop_m1: qos@fdf82200 {
|
|
reg = <0x0 0xfdf82200 0x0 0x20>;
|
|
};
|
|
|
|
+ pcie2x1l1: pcie@fe180000 {
|
|
+ compatible = "rockchip,rk3588-pcie", "rockchip,rk3568-pcie";
|
|
+ #address-cells = <3>;
|
|
+ #size-cells = <2>;
|
|
+ bus-range = <0x30 0x3f>;
|
|
+ clocks = <&cru ACLK_PCIE_1L1_MSTR>, <&cru ACLK_PCIE_1L1_SLV>,
|
|
+ <&cru ACLK_PCIE_1L1_DBI>, <&cru PCLK_PCIE_1L1>,
|
|
+ <&cru CLK_PCIE_AUX3>, <&cru CLK_PCIE1L1_PIPE>;
|
|
+ clock-names = "aclk_mst", "aclk_slv",
|
|
+ "aclk_dbi", "pclk",
|
|
+ "aux", "pipe";
|
|
+ device_type = "pci";
|
|
+ interrupts = <GIC_SPI 248 IRQ_TYPE_LEVEL_HIGH 0>,
|
|
+ <GIC_SPI 247 IRQ_TYPE_LEVEL_HIGH 0>,
|
|
+ <GIC_SPI 246 IRQ_TYPE_LEVEL_HIGH 0>,
|
|
+ <GIC_SPI 245 IRQ_TYPE_LEVEL_HIGH 0>,
|
|
+ <GIC_SPI 244 IRQ_TYPE_LEVEL_HIGH 0>;
|
|
+ interrupt-names = "sys", "pmc", "msg", "legacy", "err";
|
|
+ #interrupt-cells = <1>;
|
|
+ interrupt-map-mask = <0 0 0 7>;
|
|
+ interrupt-map = <0 0 0 1 &pcie2x1l1_intc 0>,
|
|
+ <0 0 0 2 &pcie2x1l1_intc 1>,
|
|
+ <0 0 0 3 &pcie2x1l1_intc 2>,
|
|
+ <0 0 0 4 &pcie2x1l1_intc 3>;
|
|
+ linux,pci-domain = <3>;
|
|
+ max-link-speed = <2>;
|
|
+ msi-map = <0x3000 &its0 0x3000 0x1000>;
|
|
+ num-lanes = <1>;
|
|
+ phys = <&combphy2_psu PHY_TYPE_PCIE>;
|
|
+ phy-names = "pcie-phy";
|
|
+ power-domains = <&power RK3588_PD_PCIE>;
|
|
+ ranges = <0x01000000 0x0 0xf3100000 0x0 0xf3100000 0x0 0x00100000>,
|
|
+ <0x02000000 0x0 0xf3200000 0x0 0xf3200000 0x0 0x00e00000>,
|
|
+ <0x03000000 0x0 0x40000000 0x9 0xc0000000 0x0 0x40000000>;
|
|
+ reg = <0xa 0x40c00000 0x0 0x00400000>,
|
|
+ <0x0 0xfe180000 0x0 0x00010000>,
|
|
+ <0x0 0xf3000000 0x0 0x00100000>;
|
|
+ reg-names = "dbi", "apb", "config";
|
|
+ resets = <&cru SRST_PCIE3_POWER_UP>, <&cru SRST_P_PCIE3>;
|
|
+ reset-names = "pwr", "pipe";
|
|
+ status = "disabled";
|
|
+
|
|
+ pcie2x1l1_intc: legacy-interrupt-controller {
|
|
+ interrupt-controller;
|
|
+ #address-cells = <0>;
|
|
+ #interrupt-cells = <1>;
|
|
+ interrupt-parent = <&gic>;
|
|
+ interrupts = <GIC_SPI 245 IRQ_TYPE_EDGE_RISING 0>;
|
|
+ };
|
|
+ };
|
|
+
|
|
+ pcie2x1l2: pcie@fe190000 {
|
|
+ compatible = "rockchip,rk3588-pcie", "rockchip,rk3568-pcie";
|
|
+ #address-cells = <3>;
|
|
+ #size-cells = <2>;
|
|
+ bus-range = <0x40 0x4f>;
|
|
+ clocks = <&cru ACLK_PCIE_1L2_MSTR>, <&cru ACLK_PCIE_1L2_SLV>,
|
|
+ <&cru ACLK_PCIE_1L2_DBI>, <&cru PCLK_PCIE_1L2>,
|
|
+ <&cru CLK_PCIE_AUX4>, <&cru CLK_PCIE1L2_PIPE>;
|
|
+ clock-names = "aclk_mst", "aclk_slv",
|
|
+ "aclk_dbi", "pclk",
|
|
+ "aux", "pipe";
|
|
+ device_type = "pci";
|
|
+ interrupts = <GIC_SPI 253 IRQ_TYPE_LEVEL_HIGH 0>,
|
|
+ <GIC_SPI 252 IRQ_TYPE_LEVEL_HIGH 0>,
|
|
+ <GIC_SPI 251 IRQ_TYPE_LEVEL_HIGH 0>,
|
|
+ <GIC_SPI 250 IRQ_TYPE_LEVEL_HIGH 0>,
|
|
+ <GIC_SPI 249 IRQ_TYPE_LEVEL_HIGH 0>;
|
|
+ interrupt-names = "sys", "pmc", "msg", "legacy", "err";
|
|
+ #interrupt-cells = <1>;
|
|
+ interrupt-map-mask = <0 0 0 7>;
|
|
+ interrupt-map = <0 0 0 1 &pcie2x1l2_intc 0>,
|
|
+ <0 0 0 2 &pcie2x1l2_intc 1>,
|
|
+ <0 0 0 3 &pcie2x1l2_intc 2>,
|
|
+ <0 0 0 4 &pcie2x1l2_intc 3>;
|
|
+ linux,pci-domain = <4>;
|
|
+ max-link-speed = <2>;
|
|
+ msi-map = <0x4000 &its0 0x4000 0x1000>;
|
|
+ num-lanes = <1>;
|
|
+ phys = <&combphy0_ps PHY_TYPE_PCIE>;
|
|
+ phy-names = "pcie-phy";
|
|
+ power-domains = <&power RK3588_PD_PCIE>;
|
|
+ ranges = <0x01000000 0x0 0xf4100000 0x0 0xf4100000 0x0 0x00100000>,
|
|
+ <0x02000000 0x0 0xf4200000 0x0 0xf4200000 0x0 0x00e00000>,
|
|
+ <0x03000000 0x0 0x40000000 0xa 0x00000000 0x0 0x40000000>;
|
|
+ reg = <0xa 0x41000000 0x0 0x00400000>,
|
|
+ <0x0 0xfe190000 0x0 0x00010000>,
|
|
+ <0x0 0xf4000000 0x0 0x00100000>;
|
|
+ reg-names = "dbi", "apb", "config";
|
|
+ resets = <&cru SRST_PCIE4_POWER_UP>, <&cru SRST_P_PCIE4>;
|
|
+ reset-names = "pwr", "pipe";
|
|
+ status = "disabled";
|
|
+
|
|
+ pcie2x1l2_intc: legacy-interrupt-controller {
|
|
+ interrupt-controller;
|
|
+ #address-cells = <0>;
|
|
+ #interrupt-cells = <1>;
|
|
+ interrupt-parent = <&gic>;
|
|
+ interrupts = <GIC_SPI 250 IRQ_TYPE_EDGE_RISING 0>;
|
|
+ };
|
|
+ };
|
|
+
|
|
gmac1: ethernet@fe1c0000 {
|
|
compatible = "rockchip,rk3588-gmac", "snps,dwmac-4.20a";
|
|
reg = <0x0 0xfe1c0000 0x0 0x10000>;
|
|
--
|
|
2.41.0
|
|
|
|
|
|
From 373368400bba7f14466beb6c15cb24e94ff01cd4 Mon Sep 17 00:00:00 2001
|
|
From: Sebastian Reichel <sebastian.reichel@collabora.com>
|
|
Date: Mon, 10 Jul 2023 19:54:03 +0200
|
|
Subject: [PATCH 7/9] arm64: dts: rockchip: rk3588: add PCIe3 support
|
|
|
|
Add both PCIe3 controllers together with the shared PHY.
|
|
|
|
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
|
|
---
|
|
arch/arm64/boot/dts/rockchip/rk3588.dtsi | 120 +++++++++++++++++++++++
|
|
1 file changed, 120 insertions(+)
|
|
|
|
diff --git a/arch/arm64/boot/dts/rockchip/rk3588.dtsi b/arch/arm64/boot/dts/rockchip/rk3588.dtsi
|
|
index 88d702575db2..8f210f002fac 100644
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3588.dtsi
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3588.dtsi
|
|
@@ -7,6 +7,11 @@
|
|
#include "rk3588-pinctrl.dtsi"
|
|
|
|
/ {
|
|
+ pcie30_phy_grf: syscon@fd5b8000 {
|
|
+ compatible = "rockchip,rk3588-pcie3-phy-grf", "syscon";
|
|
+ reg = <0x0 0xfd5b8000 0x0 0x10000>;
|
|
+ };
|
|
+
|
|
pipe_phy1_grf: syscon@fd5c0000 {
|
|
compatible = "rockchip,rk3588-pipe-phy-grf", "syscon";
|
|
reg = <0x0 0xfd5c0000 0x0 0x100>;
|
|
@@ -80,6 +85,108 @@ i2s10_8ch: i2s@fde00000 {
|
|
status = "disabled";
|
|
};
|
|
|
|
+ pcie3x4: pcie@fe150000 {
|
|
+ compatible = "rockchip,rk3588-pcie", "rockchip,rk3568-pcie";
|
|
+ #address-cells = <3>;
|
|
+ #size-cells = <2>;
|
|
+ bus-range = <0x00 0x0f>;
|
|
+ clocks = <&cru ACLK_PCIE_4L_MSTR>, <&cru ACLK_PCIE_4L_SLV>,
|
|
+ <&cru ACLK_PCIE_4L_DBI>, <&cru PCLK_PCIE_4L>,
|
|
+ <&cru CLK_PCIE_AUX0>, <&cru CLK_PCIE4L_PIPE>;
|
|
+ clock-names = "aclk_mst", "aclk_slv",
|
|
+ "aclk_dbi", "pclk",
|
|
+ "aux", "pipe";
|
|
+ device_type = "pci";
|
|
+ interrupts = <GIC_SPI 263 IRQ_TYPE_LEVEL_HIGH 0>,
|
|
+ <GIC_SPI 262 IRQ_TYPE_LEVEL_HIGH 0>,
|
|
+ <GIC_SPI 261 IRQ_TYPE_LEVEL_HIGH 0>,
|
|
+ <GIC_SPI 260 IRQ_TYPE_LEVEL_HIGH 0>,
|
|
+ <GIC_SPI 259 IRQ_TYPE_LEVEL_HIGH 0>;
|
|
+ interrupt-names = "sys", "pmc", "msg", "legacy", "err";
|
|
+ #interrupt-cells = <1>;
|
|
+ interrupt-map-mask = <0 0 0 7>;
|
|
+ interrupt-map = <0 0 0 1 &pcie3x4_intc 0>,
|
|
+ <0 0 0 2 &pcie3x4_intc 1>,
|
|
+ <0 0 0 3 &pcie3x4_intc 2>,
|
|
+ <0 0 0 4 &pcie3x4_intc 3>;
|
|
+ linux,pci-domain = <0>;
|
|
+ max-link-speed = <3>;
|
|
+ msi-map = <0x0000 &its1 0x0000 0x1000>;
|
|
+ num-lanes = <4>;
|
|
+ phys = <&pcie30phy>;
|
|
+ phy-names = "pcie-phy";
|
|
+ power-domains = <&power RK3588_PD_PCIE>;
|
|
+ ranges = <0x01000000 0x0 0xf0100000 0x0 0xf0100000 0x0 0x00100000>,
|
|
+ <0x02000000 0x0 0xf0200000 0x0 0xf0200000 0x0 0x00e00000>,
|
|
+ <0x03000000 0x0 0x40000000 0x9 0x00000000 0x0 0x40000000>;
|
|
+ reg = <0xa 0x40000000 0x0 0x00400000>,
|
|
+ <0x0 0xfe150000 0x0 0x00010000>,
|
|
+ <0x0 0xf0000000 0x0 0x00100000>;
|
|
+ reg-names = "dbi", "apb", "config";
|
|
+ resets = <&cru SRST_PCIE0_POWER_UP>, <&cru SRST_P_PCIE0>;
|
|
+ reset-names = "pwr", "pipe";
|
|
+ status = "disabled";
|
|
+
|
|
+ pcie3x4_intc: legacy-interrupt-controller {
|
|
+ interrupt-controller;
|
|
+ #address-cells = <0>;
|
|
+ #interrupt-cells = <1>;
|
|
+ interrupt-parent = <&gic>;
|
|
+ interrupts = <GIC_SPI 260 IRQ_TYPE_EDGE_RISING 0>;
|
|
+ };
|
|
+ };
|
|
+
|
|
+ pcie3x2: pcie@fe160000 {
|
|
+ compatible = "rockchip,rk3588-pcie", "rockchip,rk3568-pcie";
|
|
+ #address-cells = <3>;
|
|
+ #size-cells = <2>;
|
|
+ bus-range = <0x10 0x1f>;
|
|
+ clocks = <&cru ACLK_PCIE_2L_MSTR>, <&cru ACLK_PCIE_2L_SLV>,
|
|
+ <&cru ACLK_PCIE_2L_DBI>, <&cru PCLK_PCIE_2L>,
|
|
+ <&cru CLK_PCIE_AUX1>, <&cru CLK_PCIE2L_PIPE>;
|
|
+ clock-names = "aclk_mst", "aclk_slv",
|
|
+ "aclk_dbi", "pclk",
|
|
+ "aux", "pipe";
|
|
+ device_type = "pci";
|
|
+ interrupts = <GIC_SPI 258 IRQ_TYPE_LEVEL_HIGH 0>,
|
|
+ <GIC_SPI 257 IRQ_TYPE_LEVEL_HIGH 0>,
|
|
+ <GIC_SPI 256 IRQ_TYPE_LEVEL_HIGH 0>,
|
|
+ <GIC_SPI 255 IRQ_TYPE_LEVEL_HIGH 0>,
|
|
+ <GIC_SPI 254 IRQ_TYPE_LEVEL_HIGH 0>;
|
|
+ interrupt-names = "sys", "pmc", "msg", "legacy", "err";
|
|
+ #interrupt-cells = <1>;
|
|
+ interrupt-map-mask = <0 0 0 7>;
|
|
+ interrupt-map = <0 0 0 1 &pcie3x2_intc 0>,
|
|
+ <0 0 0 2 &pcie3x2_intc 1>,
|
|
+ <0 0 0 3 &pcie3x2_intc 2>,
|
|
+ <0 0 0 4 &pcie3x2_intc 3>;
|
|
+ linux,pci-domain = <1>;
|
|
+ max-link-speed = <3>;
|
|
+ msi-map = <0x1000 &its1 0x1000 0x1000>;
|
|
+ num-lanes = <2>;
|
|
+ phys = <&pcie30phy>;
|
|
+ phy-names = "pcie-phy";
|
|
+ power-domains = <&power RK3588_PD_PCIE>;
|
|
+ ranges = <0x01000000 0x0 0xf1100000 0x0 0xf1100000 0x0 0x00100000>,
|
|
+ <0x02000000 0x0 0xf1200000 0x0 0xf1200000 0x0 0x00e00000>,
|
|
+ <0x03000000 0x0 0x40000000 0x9 0x40000000 0x0 0x40000000>;
|
|
+ reg = <0xa 0x40400000 0x0 0x00400000>,
|
|
+ <0x0 0xfe160000 0x0 0x00010000>,
|
|
+ <0x0 0xf1000000 0x0 0x00100000>;
|
|
+ reg-names = "dbi", "apb", "config";
|
|
+ resets = <&cru SRST_PCIE1_POWER_UP>, <&cru SRST_P_PCIE1>;
|
|
+ reset-names = "pwr", "pipe";
|
|
+ status = "disabled";
|
|
+
|
|
+ pcie3x2_intc: legacy-interrupt-controller {
|
|
+ interrupt-controller;
|
|
+ #address-cells = <0>;
|
|
+ #interrupt-cells = <1>;
|
|
+ interrupt-parent = <&gic>;
|
|
+ interrupts = <GIC_SPI 255 IRQ_TYPE_EDGE_RISING 0>;
|
|
+ };
|
|
+ };
|
|
+
|
|
pcie2x1l0: pcie@fe170000 {
|
|
compatible = "rockchip,rk3588-pcie", "rockchip,rk3568-pcie";
|
|
#address-cells = <3>;
|
|
@@ -218,4 +325,17 @@ combphy1_ps: phy@fee10000 {
|
|
rockchip,pipe-phy-grf = <&pipe_phy1_grf>;
|
|
status = "disabled";
|
|
};
|
|
+
|
|
+ pcie30phy: phy@fee80000 {
|
|
+ compatible = "rockchip,rk3588-pcie3-phy";
|
|
+ reg = <0x0 0xfee80000 0x0 0x20000>;
|
|
+ #phy-cells = <0>;
|
|
+ clocks = <&cru PCLK_PCIE_COMBO_PIPE_PHY>;
|
|
+ clock-names = "pclk";
|
|
+ resets = <&cru SRST_PCIE30_PHY>;
|
|
+ reset-names = "phy";
|
|
+ rockchip,pipe-grf = <&php_grf>;
|
|
+ rockchip,phy-grf = <&pcie30_phy_grf>;
|
|
+ status = "disabled";
|
|
+ };
|
|
};
|
|
--
|
|
2.41.0
|
|
|
|
|
|
From dfd2816658f3c3eceb0c3fb3c71fb409861571fb Mon Sep 17 00:00:00 2001
|
|
From: Sebastian Reichel <sebastian.reichel@collabora.com>
|
|
Date: Thu, 23 Mar 2023 12:27:19 +0000
|
|
Subject: [PATCH 8/9] arm64: defconfig: enable RK3588 PCIe support
|
|
|
|
Add support for RK3588 PCIe, which is used for ethernet by
|
|
many boards. Note, that this involves two different PHY
|
|
drivers, because the SoC has some PCIe v3 controllers and
|
|
some PCIe v2 controllers.
|
|
|
|
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
|
|
---
|
|
arch/arm64/configs/defconfig | 3 +++
|
|
1 file changed, 3 insertions(+)
|
|
|
|
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
|
|
index 0777bcae9104..50a127bb6299 100644
|
|
--- a/arch/arm64/configs/defconfig
|
|
+++ b/arch/arm64/configs/defconfig
|
|
@@ -221,6 +221,7 @@ CONFIG_PCIE_ALTERA=y
|
|
CONFIG_PCIE_ALTERA_MSI=y
|
|
CONFIG_PCI_HOST_THUNDER_PEM=y
|
|
CONFIG_PCI_HOST_THUNDER_ECAM=y
|
|
+CONFIG_PCIE_ROCKCHIP_DW_HOST=y
|
|
CONFIG_PCIE_ROCKCHIP_HOST=m
|
|
CONFIG_PCIE_MEDIATEK_GEN3=m
|
|
CONFIG_PCIE_BRCMSTB=m
|
|
@@ -1388,7 +1389,9 @@ CONFIG_PHY_ROCKCHIP_EMMC=y
|
|
CONFIG_PHY_ROCKCHIP_INNO_HDMI=m
|
|
CONFIG_PHY_ROCKCHIP_INNO_USB2=y
|
|
CONFIG_PHY_ROCKCHIP_INNO_DSIDPHY=m
|
|
+CONFIG_PHY_ROCKCHIP_NANENG_COMBO_PHY=y
|
|
CONFIG_PHY_ROCKCHIP_PCIE=m
|
|
+CONFIG_PHY_ROCKCHIP_SNPS_PCIE3=m
|
|
CONFIG_PHY_ROCKCHIP_TYPEC=y
|
|
CONFIG_PHY_SAMSUNG_UFS=y
|
|
CONFIG_PHY_UNIPHIER_USB2=y
|
|
--
|
|
2.41.0
|
|
|
|
|
|
From f44dcdc5fd4f9e7f70e359033c6f5f467f15c9c1 Mon Sep 17 00:00:00 2001
|
|
From: Sebastian Reichel <sebastian.reichel@collabora.com>
|
|
Date: Tue, 25 Jul 2023 15:47:18 +0200
|
|
Subject: [PATCH 9/9] arm64: defconfig: enable Synopsys AHCI SATA support
|
|
|
|
Enable support for the DesignWare AHCI Host Controller. It is used
|
|
by recent Rockchip SoCs.
|
|
|
|
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
|
|
---
|
|
arch/arm64/configs/defconfig | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
|
|
index 50a127bb6299..32ea406360fd 100644
|
|
--- a/arch/arm64/configs/defconfig
|
|
+++ b/arch/arm64/configs/defconfig
|
|
@@ -299,6 +299,7 @@ CONFIG_SATA_AHCI=y
|
|
CONFIG_SATA_AHCI_PLATFORM=y
|
|
CONFIG_AHCI_BRCM=m
|
|
CONFIG_AHCI_CEVA=y
|
|
+CONFIG_AHCI_DWC=m
|
|
CONFIG_AHCI_MVEBU=y
|
|
CONFIG_AHCI_XGENE=y
|
|
CONFIG_AHCI_QORIQ=y
|
|
--
|
|
2.41.0
|
|
|