brintos

brintos / linux-shallow public Read only

0
0
Text · 876 B · 2894256 Raw
38 lines · yaml
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)2%YAML 1.23---4$id: http://devicetree.org/schemas/bus/aspeed,ast2600-ahbc.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: ASPEED Advanced High-Performance Bus Controller (AHBC)8 9maintainers:10  - Neal Liu <neal_liu@aspeedtech.com>11  - Chia-Wei Wang <chiawei_wang@aspeedtech.com>12 13description: |14  Advanced High-performance Bus Controller (AHBC) supports plenty of mechanisms15  including a priority arbiter, an address decoder and a data multiplexer16  to control the overall operations of Advanced High-performance Bus (AHB).17 18properties:19  compatible:20    enum:21      - aspeed,ast2600-ahbc22 23  reg:24    maxItems: 125 26required:27  - compatible28  - reg29 30additionalProperties: false31 32examples:33  - |34    ahbc@1e600000 {35        compatible = "aspeed,ast2600-ahbc";36        reg = <0x1e600000 0x100>;37    };38