Lines Matching +full:reset +full:- +full:controller
1 Texas Instruments System Control Interface (TI-SCI) Reset Controller
4 Some TI SoCs contain a system controller (like the Power Management Micro
5 Controller (PMMC) on Keystone 66AK2G SoC) that are responsible for controlling
7 between the host processor running an OS and the system controller happens
8 through a protocol called TI System Control Interface (TI-SCI protocol).
12 TI-SCI Reset Controller Node
14 This reset controller node uses the TI SCI protocol to perform the reset
16 node of the associated TI-SCI system controller node.
19 --------------------
20 - compatible : Should be "ti,sci-reset"
21 - #reset-cells : Should be 2. Please see the reset consumer node below for
24 TI-SCI Reset Consumer Nodes
26 Each of the reset consumer nodes should have the following properties,
30 --------------------
31 - resets : A phandle and reset specifier pair, one pair for each reset
33 The phandle should point to the TI-SCI reset controller node,
34 and the reset specifier should have 2 cell-values. The first
36 contain the reset mask value used by system controller.
41 Please also refer to Documentation/devicetree/bindings/reset/reset.txt for
42 common reset controller usage by consumers.
45 --------
46 The following example demonstrates both a TI-SCI reset controller node and a
50 compatible = "ti,k2g-sci";
52 k2g_reset: reset-controller {
53 compatible = "ti,sci-reset";
54 #reset-cells = <2>;