arm64: dts: rockchip: rk3588: Enable gic its

rk3588 has two its:
- its0: pcie2x1l0, pcie2x1l1, pcie2x1l2
- its1: pcie3x4, pcie3x2

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Change-Id: Ie0dc4a79bdd8708c4be06b3175d48b7a9a927f6d
This commit is contained in:
Kever Yang
2021-11-13 11:57:47 +08:00
committed by Tao Huang
parent d097bd0240
commit 7a6e007af7
2 changed files with 12 additions and 6 deletions

View File

@@ -438,7 +438,7 @@
num-ib-windows = <16>;
num-ob-windows = <16>;
max-link-speed = <3>;
msi-map = <0x0000 &its 0x0000 0x1000>;
msi-map = <0x0000 &its1 0x0000 0x1000>;
num-lanes = <4>;
phys = <&pcie30phy>;
phy-names = "pcie-phy";
@@ -489,7 +489,7 @@
num-ib-windows = <16>;
num-ob-windows = <16>;
max-link-speed = <3>;
msi-map = <0x1000 &its 0x1000 0x1000>;
msi-map = <0x1000 &its1 0x1000 0x1000>;
num-lanes = <2>;
phys = <&pcie30phy>;
phy-names = "pcie-phy";
@@ -540,7 +540,7 @@
num-ib-windows = <8>;
num-ob-windows = <8>;
max-link-speed = <2>;
msi-map = <0x2000 &its 0x2000 0x1000>;
msi-map = <0x2000 &its0 0x2000 0x1000>;
num-lanes = <1>;
phys = <&combphy1_ps PHY_TYPE_PCIE>;
phy-names = "pcie-phy";

View File

@@ -2658,7 +2658,7 @@
num-ib-windows = <8>;
num-ob-windows = <8>;
max-link-speed = <2>;
msi-map = <0x3000 &its 0x3000 0x1000>;
msi-map = <0x3000 &its0 0x3000 0x1000>;
num-lanes = <1>;
phys = <&combphy2_psu PHY_TYPE_PCIE>;
phy-names = "pcie-phy";
@@ -2709,7 +2709,7 @@
num-ib-windows = <8>;
num-ob-windows = <8>;
max-link-speed = <2>;
msi-map = <0x4000 &its 0x4000 0x1000>;
msi-map = <0x4000 &its0 0x4000 0x1000>;
num-lanes = <1>;
phys = <&combphy0_ps PHY_TYPE_PCIE>;
phy-names = "pcie-phy";
@@ -3099,12 +3099,18 @@
reg = <0x0 0xfe600000 0 0x10000>, /* GICD */
<0x0 0xfe680000 0 0x100000>; /* GICR */
interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>;
its: interrupt-controller@fe640000 {
its0: msi-controller@fe640000 {
compatible = "arm,gic-v3-its";
msi-controller;
#msi-cells = <1>;
reg = <0x0 0xfe640000 0x0 0x20000>;
};
its1: msi-controller@fe660000 {
compatible = "arm,gic-v3-its";
msi-controller;
#msi-cells = <1>;
reg = <0x0 0xfe660000 0x0 0x20000>;
};
};
dmac0: dma-controller@fea10000 {