ARM: dts: aspeed: Add AST2600 EDAC into common devicetree

Add Aspeed AST2600 EDAC node into the common devicetree.

Signed-off-by: Troy Lee <troy_lee@aspeedtech.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Link: https://lkml.kernel.org/r/20201207090013.14145-2-troy_lee@aspeedtech.com
This commit is contained in:
Troy Lee 2020-12-07 17:00:12 +08:00 committed by Borislav Petkov
parent e36a17f846
commit aac82707fa
1 changed files with 6 additions and 0 deletions

View File

@ -69,6 +69,12 @@
always-on;
};
edac: sdram@1e6e0000 {
compatible = "aspeed,ast2600-sdram-edac", "syscon";
reg = <0x1e6e0000 0x174>;
interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>;
};
ahb {
compatible = "simple-bus";
#address-cells = <1>;