Path: blob/master/Documentation/devicetree/bindings/edac/aspeed,ast2400-sdram-edac.yaml
29282 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/edac/aspeed,ast2400-sdram-edac.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Aspeed BMC SoC SDRAM EDAC controller78maintainers:9- Stefan Schaeckeler <sschaeck@cisco.com>1011description: >12The Aspeed BMC SoC supports DDR3 and DDR4 memory with and without ECC (error13correction check).1415The memory controller supports SECDED (single bit error correction, double bit16error detection) and single bit error auto scrubbing by reserving 8 bits for17every 64 bit word (effectively reducing available memory to 8/9).1819Note, the bootloader must configure ECC mode in the memory controller.2021properties:22compatible:23enum:24- aspeed,ast2400-sdram-edac25- aspeed,ast2500-sdram-edac26- aspeed,ast2600-sdram-edac2728reg:29maxItems: 13031interrupts:32maxItems: 13334required:35- compatible36- reg37- interrupts3839additionalProperties: false4041examples:42- |43sdram@1e6e0000 {44compatible = "aspeed,ast2500-sdram-edac";45reg = <0x1e6e0000 0x174>;46interrupts = <0>;47};484950