Commit 7a8633c4 authored by Tero Kristo's avatar Tero Kristo Committed by Tony Lindgren
Browse files

ARM: dts: am574x-idk: add support for EMIF1 ECC



EMIF1 has ECC support, so add the DT node with address and interrupt
details to handle this.

Signed-off-by: default avatarTero Kristo <t-kristo@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent e278f68c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -39,3 +39,7 @@
&m_can0 {
	status = "disabled";
};

&emif1 {
	status = "okay";
};
+7 −0
Original line number Diff line number Diff line
@@ -9,6 +9,13 @@
	compatible = "ti,dra762", "ti,dra7";

	ocp {
		emif1: emif@4c000000 {
			compatible = "ti,emif-dra7xx";
			reg = <0x4c000000 0x200>;
			interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
			status = "disabled";
		};

		target-module@42c01900 {
			compatible = "ti,sysc-dra7-mcan", "ti,sysc";
			ranges = <0x0 0x42c00000 0x2000>;