Lines Matching +full:cpu +full:- +full:syscon
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
10 - Steen Hegelund <steen.hegelund@microchip.com>
11 - Lars Povlsen <lars.povlsen@microchip.com>
16 - One Time Switch Core Reset (Soft Reset)
20 pattern: "^reset-controller@[0-9a-f]+$"
23 const: microchip,sparx5-switch-reset
27 - description: global control block registers
29 reg-names:
31 - const: gcb
33 "#reset-cells":
36 cpu-syscon:
38 description: syscon used to access CPU reset
41 - compatible
42 - reg
43 - reg-names
44 - "#reset-cells"
45 - cpu-syscon
50 - |
51 reset: reset-controller@11010008 {
52 compatible = "microchip,sparx5-switch-reset";
54 reg-names = "gcb";
55 #reset-cells = <1>;
56 cpu-syscon = <&cpu_ctrl>;