Home
last modified time | relevance | path

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

/freebsd/sys/contrib/device-tree/Bindings/reset/
H A 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 …]
H A Dst,sti-picophyreset.txt5 disable on-chip PicoPHY USB2 phy(s) using "softreset" control bits found in
17 - compatible: Should be "st,stih407-picophyreset"
18 - #reset-cells: 1, see below
22 picophyreset: picophyreset-controller {
23 compatible = "st,stih407-picophyreset";
24 #reset-cells = <1>;
27 Specifying picophyreset control of devices
31 property, containing a phandle to the picophyreset device node and an
38 resets = <&picophyreset STIH407_PICOPHY0_RESET>;
42 include/dt-bindings/reset/stih407-resets.h
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dstih418.dtsi1 // 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 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 …]
H A 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 …]
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A 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 …]