Lines Matching +full:valid +full:- +full:sources
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/misc/aspeed,ast2400-cvic.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Andrew Jeffery <andrew@codeconstruct.com.au>
16 somewhat shares some of the same sources as the main ARM interrupt controller
24 - enum:
25 - aspeed,ast2400-cvic
26 - aspeed,ast2500-cvic
27 - const: aspeed,cvic
32 valid-sources:
33 $ref: /schemas/types.yaml#/definitions/uint32-array
36 A bitmap of supported sources for the implementation.
38 copro-sw-interrupts:
39 $ref: /schemas/types.yaml#/definitions/uint32-array
47 - compatible
48 - reg
49 - valid-sources
54 - |
55 interrupt-controller@1e6c2000 {
56 compatible = "aspeed,ast2500-cvic", "aspeed,cvic";
58 valid-sources = <0xffffffff>;
59 copro-sw-interrupts = <1>;