Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/Documentation/devicetree/bindings/bus/aspeed,ast2600-ahbc.yaml
53491 views
1
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2
%YAML 1.2
3
---
4
$id: http://devicetree.org/schemas/bus/aspeed,ast2600-ahbc.yaml#
5
$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7
title: ASPEED Advanced High-Performance Bus Controller (AHBC)
8
9
maintainers:
10
- Neal Liu <neal_liu@aspeedtech.com>
11
- Chia-Wei Wang <chiawei_wang@aspeedtech.com>
12
13
description: |
14
Advanced High-performance Bus Controller (AHBC) supports plenty of mechanisms
15
including a priority arbiter, an address decoder and a data multiplexer
16
to control the overall operations of Advanced High-performance Bus (AHB).
17
18
properties:
19
compatible:
20
items:
21
- enum:
22
- aspeed,ast2600-ahbc
23
- const: syscon
24
25
reg:
26
maxItems: 1
27
28
required:
29
- compatible
30
- reg
31
32
additionalProperties: false
33
34
examples:
35
- |
36
ahbc@1e600000 {
37
compatible = "aspeed,ast2600-ahbc", "syscon";
38
reg = <0x1e600000 0x100>;
39
};
40
41