Lines Matching full:reset
1 Texas Instruments System Control Interface (TI-SCI) Reset Controller
12 TI-SCI Reset Controller Node
14 This reset controller node uses the TI SCI protocol to perform the reset
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,
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.
46 The following example demonstrates both a TI-SCI reset controller node and a
52 k2g_reset: reset-controller {
53 compatible = "ti,sci-reset";
54 #reset-cells = <2>;