Path: blob/master/Documentation/devicetree/bindings/edac/dmc-520.yaml
26308 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/edac/dmc-520.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: ARM DMC-520 EDAC78maintainers:9- Lei Wang <lewan@microsoft.com>1011description: |+12DMC-520 node is defined to describe DRAM error detection and correction.1314https://static.docs.arm.com/100000/0200/corelink_dmc520_trm_100000_0200_01_en.pdf1516properties:17compatible:18items:19- const: brcm,dmc-52020- const: arm,dmc-5202122reg:23maxItems: 12425interrupts:26minItems: 127maxItems: 102829interrupt-names:30minItems: 131maxItems: 1032items:33enum:34- ram_ecc_errc35- ram_ecc_errd36- dram_ecc_errc37- dram_ecc_errd38- failed_access39- failed_prog40- link_err41- temperature_event42- arch_fsm43- phy_request4445required:46- compatible47- reg48- interrupts49- interrupt-names5051additionalProperties: false5253examples:54- |55dmc0: dmc@200000 {56compatible = "brcm,dmc-520", "arm,dmc-520";57reg = <0x200000 0x80000>;58interrupts = <0x0 0x349 0x4>, <0x0 0x34B 0x4>;59interrupt-names = "dram_ecc_errc", "dram_ecc_errd";60};616263