Lines Matching +full:at91rm9200 +full:- +full:gpio
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 - phy_type : For multi port host USB controllers, should be one of
47 compatible = "atmel,at91sam9g45-ehci", "usb-ehci";
51 clock-names = "usb_clk", "ehci_clk";
57 - compatible: Should be one of the following
58 "atmel,at91rm9200-udc"
59 "atmel,at91sam9260-udc"
60 "atmel,at91sam9261-udc"
61 "atmel,at91sam9263-udc"
62 - reg: Address and length of the register set for the device
63 - interrupts: Should contain macb interrupt
64 - clocks: Should reference the peripheral and the AHB clocks
65 - clock-names: Should contain two strings
70 - atmel,vbus-gpio: If present, specifies a gpio that needs to be
74 compatible = "atmel,at91rm9200-udc";
78 clock-names = "pclk", "hclk";
79 atmel,vbus-gpio = <&pioC 5 0>;
82 Atmel High-Speed USB device controller
85 - compatible: Should be one of the following
86 "atmel,at91sam9rl-udc"
87 "atmel,at91sam9g45-udc"
88 "atmel,sama5d3-udc"
89 "microchip,sam9x60-udc"
90 "microchip,lan9662-udc"
91 For "microchip,lan9662-udc" the fallback "atmel,sama5d3-udc"
93 - reg: Address and length of the register set for the device
94 - interrupts: Should contain usba interrupt
95 - clocks: Should reference the peripheral and host clocks
96 - clock-names: Should contain two strings
101 - ep childnode: To specify the number of endpoints and their properties.
104 - atmel,vbus-gpio: If present, specifies a gpio that allows to detect whether
108 - name: Name of the endpoint.
109 - reg: Num of the endpoint.
110 - atmel,fifo-size: Size of the fifo.
111 - atmel,nb-banks: Number of banks.
112 - atmel,can-dma: Boolean to specify if the endpoint support DMA.
113 - atmel,can-isoc: Boolean to specify if the endpoint support ISOC.
116 #address-cells = <1>;
117 #size-cells = <0>;
118 compatible = "atmel,at91sam9rl-udc";
123 clock-names = "hclk", "pclk";
124 atmel,vbus-gpio = <&pioB 19 0>;