Lines Matching +full:tx +full:- +full:channel
2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "atmel,sam-spi"
9 - name: spi-controller.yaml
10 - name: pinctrl-device.yaml
25 Connects TX to RX internally creating a loop back connection. Useful
30 TX & RX dma specifiers. Each specifier will have a phandle
31 reference to the dma controller, the channel number, and peripheral
32 trigger source. The channel number is arbitrary but must not be
35 For example dmas for TX and RX may look like
38 dma-names:
40 This should be "tx" and "rx" and should match the order given for
43 For example using the example dmas, an example dma-names would be
44 dma-names = "tx", "rx";