Path: blob/master/Documentation/devicetree/bindings/bus/aspeed,ast2600-ahbc.yaml
53491 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/bus/aspeed,ast2600-ahbc.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: ASPEED Advanced High-Performance Bus Controller (AHBC)78maintainers:9- Neal Liu <neal_liu@aspeedtech.com>10- Chia-Wei Wang <chiawei_wang@aspeedtech.com>1112description: |13Advanced High-performance Bus Controller (AHBC) supports plenty of mechanisms14including a priority arbiter, an address decoder and a data multiplexer15to control the overall operations of Advanced High-performance Bus (AHB).1617properties:18compatible:19items:20- enum:21- aspeed,ast2600-ahbc22- const: syscon2324reg:25maxItems: 12627required:28- compatible29- reg3031additionalProperties: false3233examples:34- |35ahbc@1e600000 {36compatible = "aspeed,ast2600-ahbc", "syscon";37reg = <0x1e600000 0x100>;38};394041