Searched +full:stih407 +full:- +full:picophyreset (Results 1 – 6 of 6) sorted by relevance
/linux/Documentation/devicetree/bindings/reset/ |
H A D | st,stih407-picophyreset.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/reset/st,stih407-picophyreset.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Peter Griffin <peter.griffin@linaro.org> 14 disable on-chip PicoPHY USB2 phy(s) using "softreset" control bits found in 24 const: st,stih407-picophyreset 26 '#reset-cells': 30 - compatible 31 - '#reset-cells' [all …]
|
/linux/arch/arm/boot/dts/st/ |
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" 9 #include <dt-bindings/thermal/thermal.h> 12 #address-cells = <1>; 13 #size-cells = <0>; 16 compatible = "arm,cortex-a9"; 18 /* u-boot puts hpen in SBC dmem at 0xa4 offset */ 19 cpu-release-addr = <0x94100A4>; [all …]
|
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>; 20 <&picophyreset STIH407_PICOPHY0_RESET>; 21 reset-names = "global", "port"; 27 compatible = "st,stih407-usb2-phy"; [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-bindings/reset/stih407-resets.h> 10 #include <dt-bindings/interrupt-controller/irq-st.h> 12 #address-cells = <1>; 13 #size-cells = <1>; 15 reserved-memory { 16 #address-cells = <1>; [all …]
|
/linux/Documentation/devicetree/bindings/phy/ |
H A D | st,stih407-usb2-phy.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/phy/st,stih407-usb2-phy.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: STMicroelectronics STiH407 USB PHY controller 10 - Patrice Chotard <patrice.chotard@foss.st.com> 14 (when controlling usb2/1.1 devices) available on STiH407 SoC family from 19 const: st,stih407-usb2-phy 23 $ref: /schemas/types.yaml#/definitions/phandle-array 25 - items: [all …]
|
/linux/drivers/reset/sti/ |
H A D | reset-stih407.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 10 #include <dt-bindings/reset/stih407-resets.h> 11 #include "reset-syscfg.h" 13 /* STiH407 Peripheral powerdown definitions. */ 14 static const char stih407_core[] = "st,stih407-core-syscfg"; 15 static const char stih407_sbc_reg[] = "st,stih407-sbc-reg-syscfg"; 16 static const char stih407_lpm[] = "st,stih407-lpm-syscfg"; 132 .compatible = "st,stih407-powerdown", 136 .compatible = "st,stih407-softreset", 140 .compatible = "st,stih407-picophyreset", [all …]
|