.. | .. |
---|
30 | 30 | the following ones are optional: |
---|
31 | 31 | "ref_ck": reference clock used by low power mode etc, |
---|
32 | 32 | "mcu_ck": mcu_bus clock for register access, |
---|
33 | | - "dma_ck": dma_bus clock for data transfer by DMA |
---|
| 33 | + "dma_ck": dma_bus clock for data transfer by DMA, |
---|
| 34 | + "xhci_ck": controller clock |
---|
34 | 35 | |
---|
35 | | - - phys : see usb-hcd.txt in the current directory |
---|
| 36 | + - phys : see usb-hcd.yaml in the current directory |
---|
36 | 37 | |
---|
37 | 38 | Optional properties: |
---|
38 | 39 | - wakeup-source : enable USB remote wakeup; |
---|
.. | .. |
---|
52 | 53 | See: Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt |
---|
53 | 54 | - imod-interval-ns: default interrupt moderation interval is 5000ns |
---|
54 | 55 | |
---|
55 | | -additionally the properties from usb-hcd.txt (in the current directory) are |
---|
| 56 | +additionally the properties from usb-hcd.yaml (in the current directory) are |
---|
56 | 57 | supported. |
---|
57 | 58 | |
---|
58 | 59 | Example: |
---|
.. | .. |
---|
100 | 101 | - clocks : a list of phandle + clock-specifier pairs, one for each |
---|
101 | 102 | entry in clock-names |
---|
102 | 103 | - clock-names : must contain "sys_ck", and the following ones are optional: |
---|
103 | | - "ref_ck", "mcu_ck" and "dma_ck" |
---|
| 104 | + "ref_ck", "mcu_ck" and "dma_ck", "xhci_ck" |
---|
104 | 105 | |
---|
105 | 106 | Optional properties: |
---|
106 | 107 | - vbus-supply : reference to the VBUS regulator; |
---|