1 STMicroelectronics STi family Sysconfig Peripheral Powerdown Reset Controller
2 =============================================================================
4 This binding describes a reset controller device that is used to enable and
5 disable on-chip peripheral controllers such as USB and SATA, using
6 "powerdown" control bits found in the STi family SoC system configuration
7 registers. These have been grouped together into a single reset controller
8 device for convenience.
10 The actual action taken when powerdown is asserted is hardware dependent.
11 However, when asserted it may not be possible to access the hardware's
12 registers and after an assert/deassert sequence the hardware's previous state
13 may no longer be valid.
15 Please refer to reset.txt in this directory for common reset
16 controller binding usage.
19 - compatible: Should be "st,stih407-powerdown"
20 - #reset-cells: 1, see below
24 powerdown: powerdown-controller {
25 compatible = "st,stih407-powerdown";
30 Specifying powerdown control of devices
31 =======================================
33 Device nodes should specify the reset channel required in their "resets"
34 property, containing a phandle to the powerdown device node and an
35 index specifying which channel to use, as described in reset.txt
39 st_dwc3: dwc3@8f94000 {
40 resets = <&powerdown STIH407_USB3_POWERDOWN>,
43 Macro definitions for the supported reset channels can be found in:
45 include/dt-bindings/reset/stih407-resets.h