Commit f03b9808 authored by Alexandre Torgue's avatar Alexandre Torgue
Browse files

ARM: dts: stm32: Enable EXTI on stm32mp13



As EXTI/GIC mapping has changed between STM32MP15 and STM32MP13, a new
compatible is needed to choose mp13 mapping table in stm32-exti driver.

Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@foss.st.com>
parent 2a8092a5
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -159,6 +159,13 @@ dmamux1: dma-router@48002000 {
			dma-channels = <16>;
		};

		exti: interrupt-controller@5000d000 {
			compatible = "st,stm32mp13-exti", "syscon";
			interrupt-controller;
			#interrupt-cells = <2>;
			reg = <0x5000d000 0x400>;
		};

		syscfg: syscon@50020000 {
			compatible = "st,stm32mp157-syscfg", "syscon";
			reg = <0x50020000 0x400>;