Path: blob/master/Documentation/devicetree/bindings/arm/calxeda/l2ecc.yaml
26309 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/arm/calxeda/l2ecc.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Calxeda Highbank L2 cache ECC78description: |9Binding for the Calxeda Highbank L2 cache controller ECC device.10This does not cover the actual L2 cache controller control registers,11but just the error reporting functionality.1213maintainers:14- Andre Przywara <andre.przywara@arm.com>1516properties:17compatible:18const: calxeda,hb-sregs-l2-ecc1920reg:21maxItems: 12223interrupts:24items:25- description: single bit error interrupt26- description: double bit error interrupt2728required:29- compatible30- reg31- interrupts3233additionalProperties: false3435examples:36- |37sregs@fff3c200 {38compatible = "calxeda,hb-sregs-l2-ecc";39reg = <0xfff3c200 0x100>;40interrupts = <0 71 4>, <0 72 4>;41};424344