Lines Matching +full:devicetree +full:- +full:org
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/bus/fsl,spba-bus.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Shawn Guo <shawnguo@kernel.org>
15 The "spba-bus" follows the "simple-bus" set of properties, as
16 specified in the Devicetree Specification. It is an extension of
17 "simple-bus" because the SDMA controller uses this compatible flag to
26 const: fsl,spba-bus
28 - compatible
32 pattern: "^spba-bus(@[0-9a-f]+)?$"
36 - const: fsl,spba-bus
37 - const: simple-bus
39 '#address-cells':
42 '#size-cells':
51 - compatible
52 - '#address-cells'
53 - '#size-cells'
54 - reg
55 - ranges
61 - |
62 spba-bus@30000000 {
63 compatible = "fsl,spba-bus", "simple-bus";
64 #address-cells = <1>;
65 #size-cells = <1>;