Path: blob/master/Documentation/devicetree/bindings/bus/aspeed,ast2600-ahbc.yaml
26308 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:19enum:20- aspeed,ast2600-ahbc2122reg:23maxItems: 12425required:26- compatible27- reg2829additionalProperties: false3031examples:32- |33ahbc@1e600000 {34compatible = "aspeed,ast2600-ahbc";35reg = <0x1e600000 0x100>;36};373839