@@ -17,6 +17,11 @@ Required properties:
- "pcie_axi"
Optional properties:
+- interrupts: Must contain an entry for each entry in the
+ interrupt-names property.
+- interrupt-names: May include the following entries:
+ - "inta"
+ - "msi" if not present the driver won't be able to handle MSI
- power-on-gpio: gpio pin number of power-enable signal
- wake-up-gpio: gpio pin number of incoming wakeup signal
- disable-gpio: gpio pin number of outgoing rfkill/endpoint disable signal
@@ -34,7 +39,9 @@ Example:
0x82000000 0 0x01000000 0x01000000 0 0x00f00000>;
num-lanes = <1>;
- interrupts = <0 123 0x04>;
+ interrupts = <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>,
+ <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
+ interrupt-names = "inta", "msi";
#interrupt-cells = <1>;
interrupt-map-mask = <0 0 0 0x7>;
@@ -129,7 +129,9 @@
0x82000000 0 0x01000000 0x01000000 0 0x00f00000>; /* non-prefetchable memory */
num-lanes = <1>;
- interrupts = <0 123 0x04>;
+ interrupts = <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>,
+ <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
+ interrupt-names = "inta", "msi";
#interrupt-cells = <1>;
interrupt-map-mask = <0 0 0 0x7>;