Lines Matching full:reset
1 Pistachio Reset Controller
4 This binding describes a reset controller device that is used to enable and
5 disable individual IP blocks within the Pistachio SoC using "soft reset"
8 The actual action taken when soft reset is asserted is hardware dependent.
13 Please refer to Documentation/devicetree/bindings/reset/reset.txt
14 for common reset controller binding usage.
18 - compatible: Contains "img,pistachio-reset"
20 - #reset-cells: Contains 1
31 pistachio_reset: reset-controller {
32 compatible = "img,pistachio-reset";
33 #reset-cells = <1>;
37 Specifying reset control of devices
40 Device nodes should specify the reset channel required in their "resets"
41 property, containing a phandle to the pistachio reset device node and an
42 index specifying which reset to use, as described in
43 Documentation/devicetree/bindings/reset/reset.txt.
50 reset-names = "rst";
55 include/dt-bindings/reset/pistachio-resets.h