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: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
Tero Kristo 2020-12-07 16:33:37 +02:00 committed by Tony Lindgren
parent e278f68cbf
commit 7a8633c455
2 changed files with 11 additions and 0 deletions

View File

@ -39,3 +39,7 @@
&m_can0 {
status = "disabled";
};
&emif1 {
status = "okay";
};

View File

@ -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>;