Commit bef52aac authored by Hou Zhiqiang's avatar Hou Zhiqiang Committed by Shawn Guo

arm64: dts: ls2088a: add pcie support

The physical memory map address and CCSR registers map address are
different between LS2088A and other LS2080A series SoCs.
Signed-off-by: default avatarHou Zhiqiang <Zhiqiang.Hou@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 51b29445
...@@ -151,6 +151,7 @@ CPU_PW20: cpu-pw20 { ...@@ -151,6 +151,7 @@ CPU_PW20: cpu-pw20 {
}; };
&pcie1 { &pcie1 {
compatible = "fsl,ls2088a-pcie", "snps,dw-pcie";
reg = <0x00 0x03400000 0x0 0x00100000 /* controller registers */ reg = <0x00 0x03400000 0x0 0x00100000 /* controller registers */
0x20 0x00000000 0x0 0x00002000>; /* configuration space */ 0x20 0x00000000 0x0 0x00002000>; /* configuration space */
...@@ -159,6 +160,7 @@ &pcie1 { ...@@ -159,6 +160,7 @@ &pcie1 {
}; };
&pcie2 { &pcie2 {
compatible = "fsl,ls2088a-pcie", "snps,dw-pcie";
reg = <0x00 0x03500000 0x0 0x00100000 /* controller registers */ reg = <0x00 0x03500000 0x0 0x00100000 /* controller registers */
0x28 0x00000000 0x0 0x00002000>; /* configuration space */ 0x28 0x00000000 0x0 0x00002000>; /* configuration space */
...@@ -167,6 +169,7 @@ &pcie2 { ...@@ -167,6 +169,7 @@ &pcie2 {
}; };
&pcie3 { &pcie3 {
compatible = "fsl,ls2088a-pcie", "snps,dw-pcie";
reg = <0x00 0x03600000 0x0 0x00100000 /* controller registers */ reg = <0x00 0x03600000 0x0 0x00100000 /* controller registers */
0x30 0x00000000 0x0 0x00002000>; /* configuration space */ 0x30 0x00000000 0x0 0x00002000>; /* configuration space */
...@@ -175,6 +178,7 @@ &pcie3 { ...@@ -175,6 +178,7 @@ &pcie3 {
}; };
&pcie4 { &pcie4 {
compatible = "fsl,ls2088a-pcie", "snps,dw-pcie";
reg = <0x00 0x03700000 0x0 0x00100000 /* controller registers */ reg = <0x00 0x03700000 0x0 0x00100000 /* controller registers */
0x38 0x00000000 0x0 0x00002000>; /* configuration space */ 0x38 0x00000000 0x0 0x00002000>; /* configuration space */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment