Home
last modified time | relevance | path

Searched +full:stih407 +full:- +full:picophyreset (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/reset/
Dst,stih407-picophyreset.yaml1 # 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-v6.1/arch/arm/boot/dts/
Dstih418.dtsi1 // 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 …]
Dstih410.dtsi1 // 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 …]
Dstih407-family.dtsi1 // 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-v6.1/Documentation/devicetree/bindings/phy/
Dphy-stih407-usb.txt1 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>;
22 <&picophyreset STIH407_PICOPHY0_RESET>;
[all …]
/Linux-v6.1/drivers/reset/sti/
Dreset-stih407.c1 // 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 …]