Path: blob/master/Documentation/devicetree/bindings/edac/aspeed-sdram-edac.txt
26308 views
Aspeed BMC SoC EDAC node12The Aspeed BMC SoC supports DDR3 and DDR4 memory with and without ECC (error3correction check).45The memory controller supports SECDED (single bit error correction, double bit6error detection) and single bit error auto scrubbing by reserving 8 bits for7every 64 bit word (effectively reducing available memory to 8/9).89Note, the bootloader must configure ECC mode in the memory controller.101112Required properties:13- compatible: should be one of14- "aspeed,ast2400-sdram-edac"15- "aspeed,ast2500-sdram-edac"16- "aspeed,ast2600-sdram-edac"17- reg: sdram controller register set should be <0x1e6e0000 0x174>18- interrupts: should be AVIC interrupt #0192021Example:2223edac: sdram@1e6e0000 {24compatible = "aspeed,ast2500-sdram-edac";25reg = <0x1e6e0000 0x174>;26interrupts = <0>;27};282930