arm64: dts: ls1012a: Add MSI controller DT node

Add MSI controller node for ls1012a platform.

Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Minghuan Lian <minghuan.Lian@nxp.com>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
Hou Zhiqiang 2017-09-19 17:26:55 +08:00 committed by Bjorn Helgaas
parent 68ace22edb
commit c482bff852

View File

@ -471,5 +471,12 @@ usb1: usb2@8600000 {
dr_mode = "host";
phy_type = "ulpi";
};
msi: msi-controller1@1572000 {
compatible = "fsl,ls1012a-msi";
reg = <0x0 0x1572000 0x0 0x8>;
msi-controller;
interrupts = <0 126 IRQ_TYPE_LEVEL_HIGH>;
};
};
};