Lines Matching +full:sci +full:- +full:reset
1 Texas Instruments System Control Interface (TI-SCI) Reset Controller
8 through a protocol called TI System Control Interface (TI-SCI protocol).
9 For TI SCI details, please refer to the document,
10 Documentation/devicetree/bindings/arm/keystone/ti,sci.txt
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>;