Lines Matching +full:ast2500 +full:- +full:scu
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/mfd/aspeed,ast2x00-scu.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
14 - Joel Stanley <joel@jms.id.au>
15 - Andrew Jeffery <andrew@aj.id.au>
20 - enum:
21 - aspeed,ast2400-scu
22 - aspeed,ast2500-scu
23 - aspeed,ast2600-scu
24 - const: syscon
25 - const: simple-mfd
32 '#address-cells':
35 '#size-cells':
38 '#clock-cells':
41 '#reset-cells':
45 '^p2a-control@[0-9a-f]+$':
46 description: See Documentation/devicetree/bindings/misc/aspeed-p2a-ctrl.txt
49 '^pinctrl(@[0-9a-f]+)?$':
51 - $ref: /schemas/pinctrl/aspeed,ast2400-pinctrl.yaml
52 - $ref: /schemas/pinctrl/aspeed,ast2500-pinctrl.yaml
53 - $ref: /schemas/pinctrl/aspeed,ast2600-pinctrl.yaml
55 '^interrupt-controller@[0-9a-f]+$':
56 … description: See Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2xxx-scu-ic.txt
59 '^silicon-id@[0-9a-f]+$':
67 - enum:
68 - aspeed,ast2400-silicon-id
69 - aspeed,ast2500-silicon-id
70 - aspeed,ast2600-silicon-id
71 - const: aspeed,silicon-id
79 - description: silicon id information registers
80 - description: unique chip id registers
83 - compatible
84 - reg
85 - ranges
86 - '#address-cells'
87 - '#size-cells'
88 - '#clock-cells'
89 - '#reset-cells'
94 - |
96 compatible = "aspeed,ast2400-scu", "syscon", "simple-mfd";
98 #clock-cells = <1>;
99 #reset-cells = <1>;
101 #address-cells = <1>;
102 #size-cells = <1>;
105 silicon-id@7c {
106 compatible = "aspeed,ast2500-silicon-id", "aspeed,silicon-id";