Commit 29de0e39 authored by Antoine Tenart's avatar Antoine Tenart Committed by Arnd Bergmann

arm64: dts: alpine: add the MSIX node in the Alpine v2 dtsi

Following the addition of the Alpine MSIX controller driver, add the
corresponding node in the Alpine v2 device tree.
Signed-off-by: default avatarAntoine Tenart <antoine.tenart@free-electrons.com>
Signed-off-by: default avatarTsahee Zidenberg <tsahee@annapurnalabs.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 1c3554fa
......@@ -139,6 +139,16 @@ pci@fbc00000 {
/* 32 bit non prefetchable memory space */
ranges = <0x2000000 0x0 0xfe000000 0x0 0xfe000000 0x0 0x1000000>;
bus-range = <0x00 0x00>;
msi-parent = <&msix>;
};
msix: msix@fbe00000 {
compatible = "al,alpine-msix";
reg = <0x0 0xfbe00000 0x0 0x100000>;
interrupt-controller;
msi-controller;
al,msi-base-spi = <160>;
al,msi-num-spis = <160>;
};
io-fabric {
......
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