1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
4 $id: http://devicetree.org/schemas/edac/amazon,al-mc-edac.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Amazon's Annapurna Labs Memory Controller EDAC
10 - Talel Shenhar <talel@amazon.com>
11 - Talel Shenhar <talelshenhar@gmail.com>
14 EDAC node is defined to describe on-chip error detection and correction for
15 Amazon's Annapurna Labs Memory Controller.
20 const: amazon,al-mc-edac
34 - description: uncorrectable error interrupt
35 - description: correctable error interrupt
49 additionalProperties: false
53 #include <dt-bindings/interrupt-controller/irq.h>
60 compatible = "amazon,al-mc-edac";
61 reg = <0x0 0xf0080000 0x0 0x00010000>;
62 interrupt-parent = <&amazon_al_system_fabric>;
63 interrupt-names = "ue";
64 interrupts = <20 IRQ_TYPE_LEVEL_HIGH>;