Commit 2bff3594 authored by Yao Chen's avatar Yao Chen Committed by Wei Xu

arm64: dts: hi3660: Add pcie msi interrupt attribute

Add pcie msi interrupt attribute for hi3660 SOC.
Signed-off-by: default avatarYao Chen <chenyao11@huawei.com>
Signed-off-by: default avatarWei Xu <xuwei5@hisilicon.com>
parent 8d93e94b
...@@ -978,6 +978,8 @@ pcie@f4000000 { ...@@ -978,6 +978,8 @@ pcie@f4000000 {
0x0 0x02000000>; 0x0 0x02000000>;
num-lanes = <1>; num-lanes = <1>;
#interrupt-cells = <1>; #interrupt-cells = <1>;
interrupts = <0 283 4>;
interrupt-names = "msi";
interrupt-map-mask = <0xf800 0 0 7>; interrupt-map-mask = <0xf800 0 0 7>;
interrupt-map = <0x0 0 0 1 interrupt-map = <0x0 0 0 1
&gic GIC_SPI 282 IRQ_TYPE_LEVEL_HIGH>, &gic GIC_SPI 282 IRQ_TYPE_LEVEL_HIGH>,
......
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