File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Documentation/devicetree/bindings/interrupt-controller Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ controllers are OR:ed together and fed to the CPU tile's IRQ input. Each
6
6
instance can handle up to 32 interrupts.
7
7
8
8
Required properties:
9
- - compatible: "arm,versatile-fpga-irq" or "oxsemi,ox810se-rps-irq"
9
+ - compatible: "arm,versatile-fpga-irq"
10
10
- interrupt-controller: Identifies the node as an interrupt controller
11
11
- #interrupt-cells: The number of cells to define the interrupts. Must be 1
12
12
as the FPGA IRQ controller has no configuration options for interrupt
@@ -19,6 +19,8 @@ Required properties:
19
19
the system till not make it possible for devices to request these
20
20
interrupts.
21
21
22
+ The "oxsemi,ox810se-rps-irq" compatible is deprecated.
23
+
22
24
Example:
23
25
24
26
pic: pic@14000000 {
You can’t perform that action at this time.
0 commit comments