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]+$"
24 - microchip,sparx5-switch-reset
25 - microchip,lan966x-switch-reset
29 - description: global control block registers
31 reg-names:
33 - const: gcb
35 "#reset-cells":
38 cpu-syscon:
40 description: syscon used to access CPU reset
43 - compatible
44 - reg
45 - reg-names
46 - "#reset-cells"
47 - cpu-syscon
52 - |
53 reset: reset-controller@11010008 {
54 compatible = "microchip,sparx5-switch-reset";
56 reg-names = "gcb";
57 #reset-cells = <1>;
58 cpu-syscon = <&cpu_ctrl>;