1description: Infineon XMC4XXX series Interrupt Controller 2 3compatible: "infineon,xmc4xxx-intc" 4 5include: base.yaml 6 7properties: 8 reg: 9 required: true 10 11 port-line-mapping: 12 type: array 13 required: true 14 description: | 15 An array to store the Event Request Unit (ERU) configuration for a given port/pin 16 combintation. The array elements are opaque fields set using the macro 17 XMC4XXX_INTC_SET_LINE_MAP(port, pin, eru_src, line); 18 eru_src defines where the specific port/pin combination is connected in the ERU. 19 line defines the SR line that will be raised by the event. 20 21 interrupts: 22 required: true 23