Lines Matching +full:chip +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#
12 In AST2700 SOC which has two soc connection, each soc have its own scu
13 register control, ast2700-scu0 for soc0, ast2700-scu1 for soc1.
16 - Joel Stanley <joel@jms.id.au>
17 - Andrew Jeffery <andrew@aj.id.au>
22 - enum:
23 - aspeed,ast2400-scu
24 - aspeed,ast2500-scu
25 - aspeed,ast2600-scu
26 - aspeed,ast2700-scu0
27 - aspeed,ast2700-scu1
28 - const: syscon
29 - const: simple-mfd
36 '#address-cells':
40 '#size-cells':
43 '#clock-cells':
46 '#reset-cells':
50 '^p2a-control@[0-9a-f]+$':
51 description: See Documentation/devicetree/bindings/misc/aspeed-p2a-ctrl.txt
54 '^pinctrl(@[0-9a-f]+)?$':
61 - aspeed,ast2400-pinctrl
62 - aspeed,ast2500-pinctrl
63 - aspeed,ast2600-pinctrl
66 - compatible
68 '^interrupt-controller@[0-9a-f]+$':
69 … description: See Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2xxx-scu-ic.txt
72 '^silicon-id@[0-9a-f]+$':
80 - enum:
81 - aspeed,ast2400-silicon-id
82 - aspeed,ast2500-silicon-id
83 - aspeed,ast2600-silicon-id
84 - aspeed,ast2700-silicon-id
85 - const: aspeed,silicon-id
93 - description: silicon id information registers
94 - description: unique chip id registers
97 - compatible
98 - reg
99 - ranges
100 - '#address-cells'
101 - '#size-cells'
102 - '#clock-cells'
103 - '#reset-cells'
108 - |
110 compatible = "aspeed,ast2400-scu", "syscon", "simple-mfd";
112 #clock-cells = <1>;
113 #reset-cells = <1>;
115 #address-cells = <1>;
116 #size-cells = <1>;
119 silicon-id@7c {
120 compatible = "aspeed,ast2500-silicon-id", "aspeed,silicon-id";