Lines Matching +full:sparx5 +full:- +full:switch +full:- +full:reset
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: "http://devicetree.org/schemas/reset/microchip,rst.yaml#"
5 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
7 title: Microchip Sparx5 Switch Reset Controller
10 - Steen Hegelund <steen.hegelund@microchip.com>
11 - Lars Povlsen <lars.povlsen@microchip.com>
14 The Microchip Sparx5 Switch provides reset control and implements the following
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>;