Searched +full:usb +full:- +full:1 +full:_0 (Results 1 – 5 of 5) sorted by relevance
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/phy/ |
| D | phy-stm32-usbphyc.txt | 1 STMicroelectronics STM32 USB HS PHY controller 11 |_ PHY port#1 _________________ HOST controller 13 | / 1|________________| 14 |_ PHY port#2 ----| |________________ 15 | \_0| | 23 - compatible: must be "st,stm32mp1-usbphyc" 24 - reg: address and length of the usb phy control register set 25 - clocks: phandle + clock specifier for the PLL phy clock 26 - #address-cells: number of address cells for phys sub-nodes, must be <1> 27 - #size-cells: number of size cells for phys sub-nodes, must be <0> [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/ |
| D | usb-device.txt | 1 Generic USB Device Properties 3 Usually, we only use device tree for hard wired USB device. 5 http://www.devicetree.org/open-firmware/bindings/usb/usb-1_0.ps 7 Four types of device-tree nodes are defined: "host-controller nodes" 8 representing USB host controllers, "device nodes" representing USB devices, 9 "interface nodes" representing USB interfaces and "combined nodes" 10 representing simple USB devices. 16 A "hub node" is a combined node or an interface node that represents a USB 21 - compatible: "usbVID,PID", where VID is the vendor id and PID the product id. 26 - reg: the number of the USB hub port or the USB host-controller port to which [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/usb/ |
| D | usb-device.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/usb/usb-device.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Generic USB Device 10 - Greg Kroah-Hartman <gregkh@linuxfoundation.org> 13 Usually, we only use device tree for hard wired USB device. 15 http://www.devicetree.org/open-firmware/bindings/usb/usb-1_0.ps 17 Four types of device-tree nodes are defined: "host-controller nodes" 18 representing USB host controllers, "device nodes" representing USB devices, [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/phy/ |
| D | phy-stm32-usbphyc.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/phy/phy-stm32-usbphyc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: STMicroelectronics STM32 USB HS PHY controller 19 |_ PHY port#1 _________________ HOST controller 21 | / 1|________________| 22 |_ PHY port#2 ----| |________________ 23 | \_0| | 27 - Amelie Delaunay <amelie.delaunay@foss.st.com> [all …]
|
| /kernel/linux/linux-6.6/drivers/pinctrl/renesas/ |
| D | pfc-sh73a0.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * sh73a0 processor support - PFC hardware block 11 #include <linux/pinctrl/pinconf-generic.h> 52 PORT_ALL(DATA), /* PORT0_DATA -> PORT309_DATA */ 56 PORT_ALL(IN), /* PORT0_IN -> PORT309_IN */ 60 PORT_ALL(OUT), /* PORT0_OUT -> PORT309_OUT */ 64 PORT_ALL(FN_IN), /* PORT0_FN_IN -> PORT309_FN_IN */ 65 PORT_ALL(FN_OUT), /* PORT0_FN_OUT -> PORT309_FN_OUT */ 66 PORT_ALL(FN0), /* PORT0_FN0 -> PORT309_FN0 */ 67 PORT_ALL(FN1), /* PORT0_FN1 -> PORT309_FN1 */ [all …]
|