Searched +full:stih407 +full:- +full:powerdown (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/reset/ |
H A D | st,stih407-powerdown.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/reset/st,stih407-powerdown.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: STMicroelectronics STi family Sysconfig Peripheral Powerdown Reset Controller 10 - Srinivas Kandagatla <srinivas.kandagatla@st.com> 14 disable on-chip peripheral controllers such as USB and SATA, using 15 "powerdown" control bits found in the STi family SoC system configuration 19 The actual action taken when powerdown is asserted is hardware dependent. 26 const: st,stih407-powerdown [all …]
|
H A D | st,sti-powerdown.txt | 1 STMicroelectronics STi family Sysconfig Peripheral Powerdown Reset Controller 5 disable on-chip peripheral controllers such as USB and SATA, using 6 "powerdown" control bits found in the STi family SoC system configuration 10 The actual action taken when powerdown is asserted is hardware dependent. 19 - compatible: Should be "st,stih407-powerdown" 20 - #reset-cells: 1, see below 24 powerdown: powerdown-controller { 25 compatible = "st,stih407-powerdown"; 26 #reset-cells = <1>; 30 Specifying powerdown control of devices [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | dwc3-st.txt | 3 This file documents the parameters for the dwc3-st driver. 5 STiH407 based platforms. 8 - compatible : must be "st,stih407-dwc3" 9 - reg : glue logic base address and USB syscfg ctrl register offset 10 - reg-names : should be "reg-glue" and "syscfg-reg" 11 - st,syscon : should be phandle to system configuration node which 13 - resets : list of phandle and reset specifier pairs. There should be two entries, one 14 for the powerdown and softreset lines of the usb3 IP 15 - reset-names : list of reset signal names. Names should be "powerdown" and "softreset" 16 See: Documentation/devicetree/bindings/reset/st,stih407-powerdown.yaml [all …]
|
H A D | ohci-st.txt | 5 - compatible : must be "st,st-ohci-300x" 6 - reg : physical base addresses of the controller and length of memory mapped 8 - interrupts : one OHCI controller interrupt should be described here 9 - clocks : phandle list of usb clocks 10 - clock-names : should be "ic" for interconnect clock and "clk48" 11 See: Documentation/devicetree/bindings/clock/clock-bindings.txt 13 - phys : phandle for the PHY device 14 - phy-names : should be "usb" 16 - resets : phandle to the powerdown and reset controller for the USB IP 17 - reset-names : should be "power" and "softreset". [all …]
|
H A D | ehci-st.txt | 4 - compatible : must be "st,st-ehci-300x" 5 - reg : physical base addresses of the controller and length of memory mapped 7 - interrupts : one EHCI interrupt should be described here 8 - pinctrl-names : a pinctrl state named "default" must be defined 9 - pinctrl-0 : phandle referencing pin configuration of the USB controller 10 See: Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt 11 - clocks : phandle list of usb clocks 12 - clock-names : should be "ic" for interconnect clock and "clk48" 13 See: Documentation/devicetree/bindings/clock/clock-bindings.txt 15 - phys : phandle for the PHY device [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/st/ |
H A D | stih410.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 6 #include "stih410-clock.dtsi" 7 #include "stih407-family.dtsi" 8 #include "stih410-pinctrl.dtsi" 9 #include <dt-bindings/gpio/gpio.h> 16 compatible = "st,stih407-usb2-phy"; 17 #phy-cells = <0>; 21 reset-names = "global", "port"; 27 compatible = "st,stih407-usb2-phy"; 28 #phy-cells = <0>; [all …]
|
H A D | stih418.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 6 #include "stih418-clock.dtsi" 7 #include "stih407-family.dtsi" 8 #include "stih410-pinctrl.dtsi" 11 #address-cells = <1>; 12 #size-cells = <0>; 15 compatible = "arm,cortex-a9"; 17 /* u-boot puts hpen in SBC dmem at 0xa4 offset */ 18 cpu-release-addr = <0x94100A4>; 22 compatible = "arm,cortex-a9"; [all …]
|
H A D | stih407-family.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 6 #include "stih407-pinctrl.dtsi" 7 #include <dt-bindings/mfd/st-lpc.h> 8 #include <dt-bindings/phy/phy.h> 9 #include <dt-binding 124 powerdown: powerdown-controller { global() label [all...] |
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | phy-stih407-usb.txt | 1 ST STiH407 USB PHY controller 4 host controllers (when controlling usb2/1.1 devices) available on STiH407 SoC family from STMicroel… 7 - compatible : should be "st,stih407-usb2-phy" 8 - st,syscfg : phandle of sysconfig bank plus integer array containing phyparam and phyctrl registe… 9 - resets : list of phandle and reset specifier pairs. There should be two entries, one 11 - reset-names : list of reset signal names. Should be "global" and "port" 12 See: Documentation/devicetree/bindings/reset/st,stih407-powerdown.yaml 18 compatible = "st,stih407-usb2-phy"; 19 #phy-cells = <0>; 23 reset-names = "global", "port";
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/reset/ |
H A D | stih407-resets.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 4 * based peripheral powerdown requests on the STMicroelectronics 5 * STiH407 SoC. 10 /* Powerdown requests control 0 */ 14 /* Synp GMAC PowerDown */ 17 /* Powerdown requests control 1 */
|
/freebsd/sys/contrib/device-tree/Bindings/ata/ |
H A D | ahci-st.txt | 6 - compatible : Must be "st,ahci" 7 - reg : Physical base addresses and length of register sets 8 - interrupts : Interrupt associated with the SATA device 9 - interrupt-names : Associated name must be; "hostc" 10 - clocks : The phandle for the clock 11 - clock-names : Associated name must be; "ahci_clk" 12 - phys : The phandle for the PHY port 13 - phy-names : Associated name must be; "ahci_phy" 16 - resets : The power-down, soft-reset and power-reset lines of SATA IP 17 - reset-names : Associated names must be; "pwr-dwn", "sw-rst" and "pwr-rst" [all …]
|