Path: blob/master/Documentation/devicetree/bindings/arm/arm,scu.yaml
26308 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/arm/arm,scu.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: ARM Snoop Control Unit (SCU)78maintainers:9- Linus Walleij <linus.walleij@linaro.org>1011description: |12As part of the MPCore complex, Cortex-A5 and Cortex-A9 are provided13with a Snoop Control Unit. The register range is usually 256 (0x100)14bytes.1516References:17- Cortex-A9: see DDI0407E Cortex-A9 MPCore Technical Reference Manual18Revision r2p019- Cortex-A5: see DDI0434B Cortex-A5 MPCore Technical Reference Manual20Revision r0p121- ARM11 MPCore: see DDI0360F ARM 11 MPCore Processor Technical Reference22Manial Revision r2p02324properties:25compatible:26enum:27- arm,cortex-a9-scu28- arm,cortex-a5-scu29- arm,arm11mp-scu3031reg:32maxItems: 13334required:35- compatible36- reg3738additionalProperties: false3940examples:41- |42scu@a0410000 {43compatible = "arm,cortex-a9-scu";44reg = <0xa0410000 0x100>;45};464748