mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 12:21:15 -04:00
arm64: dts: ls1088a: Add the PME interrupt for PCIe EP node
Add the PME interrupt porperty in PCIe EP node. Signed-off-by: Xiaowei Bao <xiaowei.bao@nxp.com> Signed-off-by: Frank Li <Frank.Li@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
@@ -591,6 +591,8 @@ pcie_ep1: pcie-ep@3400000 {
|
||||
reg = <0x00 0x03400000 0x0 0x00100000>,
|
||||
<0x20 0x00000000 0x8 0x00000000>;
|
||||
reg-names = "regs", "addr_space";
|
||||
interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>; /* PME interrupt */
|
||||
interrupt-names = "pme";
|
||||
num-ib-windows = <24>;
|
||||
num-ob-windows = <256>;
|
||||
max-functions = /bits/ 8 <2>;
|
||||
@@ -628,6 +630,8 @@ pcie_ep2: pcie-ep@3500000 {
|
||||
reg = <0x00 0x03500000 0x0 0x00100000>,
|
||||
<0x28 0x00000000 0x8 0x00000000>;
|
||||
reg-names = "regs", "addr_space";
|
||||
interrupts = <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>; /* PME interrupt */
|
||||
interrupt-names = "pme";
|
||||
num-ib-windows = <6>;
|
||||
num-ob-windows = <6>;
|
||||
status = "disabled";
|
||||
@@ -664,6 +668,8 @@ pcie_ep3: pcie-ep@3600000 {
|
||||
reg = <0x00 0x03600000 0x0 0x00100000>,
|
||||
<0x30 0x00000000 0x8 0x00000000>;
|
||||
reg-names = "regs", "addr_space";
|
||||
interrupts = <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>; /* PME interrupt */
|
||||
interrupt-names = "pme";
|
||||
num-ib-windows = <6>;
|
||||
num-ob-windows = <6>;
|
||||
status = "disabled";
|
||||
|
||||
Reference in New Issue
Block a user