Lines Matching +full:num +full:- +full:strings
6 - compatible: Should be "atmel,at91rm9200-ohci" for USB controllers
8 - reg: Address and length of the register set for the device
9 - interrupts: Should contain ohci interrupt
10 - clocks: Should reference the peripheral, host and system clocks
11 - clock-names: Should contain three strings
15 - num-ports: Number of ports.
16 - atmel,vbus-gpio: If present, specifies a gpio that needs to be
18 - atmel,oc-gpio: If present, specifies a gpio that needs to be
22 compatible = "atmel,at91rm9200-ohci", "usb-ohci";
25 clock-names = "ohci_clk", "hclk", "uhpck";
27 num-ports = <2>;
33 - compatible: Should be "atmel,at91sam9g45-ehci" for USB controllers
35 - reg: Address and length of the register set for the device
36 - interrupts: Should contain ehci interrupt
37 - clocks: Should reference the peripheral and the UTMI clocks
38 - clock-names: Should contain two strings
43 compatible = "atmel,at91sam9g45-ehci", "usb-ehci";
47 clock-names = "usb_clk", "ehci_clk";
53 - compatible: Should be one of the following
54 "atmel,at91rm9200-udc"
55 "atmel,at91sam9260-udc"
56 "atmel,at91sam9261-udc"
57 "atmel,at91sam9263-udc"
58 - reg: Address and length of the register set for the device
59 - interrupts: Should contain macb interrupt
60 - clocks: Should reference the peripheral and the AHB clocks
61 - clock-names: Should contain two strings
66 - atmel,vbus-gpio: If present, specifies a gpio that needs to be
70 compatible = "atmel,at91rm9200-udc";
74 clock-names = "pclk", "hclk";
75 atmel,vbus-gpio = <&pioC 5 0>;
78 Atmel High-Speed USB device controller
81 - compatible: Should be one of the following
82 "atmel,at91sam9rl-udc"
83 "atmel,at91sam9g45-udc"
84 "atmel,sama5d3-udc"
85 "microchip,sam9x60-udc"
86 - reg: Address and length of the register set for the device
87 - interrupts: Should contain usba interrupt
88 - clocks: Should reference the peripheral and host clocks
89 - clock-names: Should contain two strings
94 - ep childnode: To specify the number of endpoints and their properties.
97 - atmel,vbus-gpio: If present, specifies a gpio that allows to detect whether
101 - name: Name of the endpoint.
102 - reg: Num of the endpoint.
103 - atmel,fifo-size: Size of the fifo.
104 - atmel,nb-banks: Number of banks.
105 - atmel,can-dma: Boolean to specify if the endpoint support DMA.
106 - atmel,can-isoc: Boolean to specify if the endpoint support ISOC.
109 #address-cells = <1>;
110 #size-cells = <0>;
111 compatible = "atmel,at91sam9rl-udc";
116 clock-names = "hclk", "pclk";
117 atmel,vbus-gpio = <&pioB 19 0>;