Lines Matching +full:tx1 +full:- +full:2
3 For DA8xx/OMAP-L1x/AM17xx/AM18xx platforms.
7 - compatible : Should be set to "ti,da830-musb".
9 - reg: Offset and length of the USB controller register set.
11 - interrupts: The USB interrupt number.
13 - interrupt-names: Should be set to "mc".
15 - dr_mode: The USB operation mode. Should be one of "host", "peripheral" or "otg".
17 - phys: Phandle for the PHY device
19 - phy-names: Should be "usb-phy"
21 - dmas: specifies the dma channels
23 - dma-names: specifies the names of the channels. Use "rxN" for receive
28 - vbus-supply: Phandle to a regulator providing the USB bus power.
32 - compatible: ti,da830-cppi41
33 - reg: offset and length of the following register spaces: CPPI DMA Controller,
35 - reg-names: "controller", "scheduler", "queuemgr"
36 - #dma-cells: should be set to 2. The first number represents the
39 - dma-channels: should be set to 4 representing the 4 endpoints.
40 - #dma-channels: deprecated
43 usb_phy: usb-phy {
44 compatible = "ti,da830-usb-phy";
45 #phy-cells = <0>;
48 compatible = "ti,da830-musb";
51 #address-cells = <1>;
52 #size-cells = <1>;
54 interrupt-names = "mc";
57 vbus-supply = <&usb_vbus>;
59 phy-names = "usb-phy";
62 &cppi41dma 2 0 &cppi41dma 3 0
64 &cppi41dma 2 1 &cppi41dma 3 1>;
65 dma-names =
67 "tx1", "tx2", "tx3", "tx4";
70 cppi41dma: dma-controller@201000 {
71 compatible = "ti,da830-cppi41";
75 reg-names = "controller", "scheduler", "queuemgr";
77 #dma-cells = <2>;
78 dma-channels = <4>;