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:
parent
e36a17f846
commit
aac82707fa
|
@ -69,6 +69,12 @@
|
||||||
always-on;
|
always-on;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
edac: sdram@1e6e0000 {
|
||||||
|
compatible = "aspeed,ast2600-sdram-edac", "syscon";
|
||||||
|
reg = <0x1e6e0000 0x174>;
|
||||||
|
interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
};
|
||||||
|
|
||||||
ahb {
|
ahb {
|
||||||
compatible = "simple-bus";
|
compatible = "simple-bus";
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
|
|
Loading…
Reference in New Issue