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/interrupt-controller/aspeed,ast2400-vic.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Andrew Jeffery <andrew@codeconstruct.com.au>
20 - aspeed,ast2400-vic
21 - aspeed,ast2500-vic
26 interrupt-controller: true
28 "#interrupt-cells":
32 must be 1 as the VIC has no configuration options for interrupt sources.
35 valid-sources:
36 $ref: /schemas/types.yaml#/definitions/uint32-array
39 A bitmap of supported sources for the implementation.
42 - compatible
43 - reg
44 - interrupt-controller
45 - "#interrupt-cells"
48 - $ref: /schemas/interrupt-controller.yaml
53 - |
54 interrupt-controller@1e6c0080 {
55 compatible = "aspeed,ast2400-vic";
57 interrupt-controller;
58 #interrupt-cells = <1>;
59 valid-sources = <0xffffffff 0x0007ffff>;