Lines Matching +full:mclk +full:- +full:is +full:- +full:output

2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "nxp,dai-sai"
8 include: [base.yaml, pinctrl-device.yaml]
13 mclk-is-output:
16 Use this property to set the SAI MCLK as output or as input.
17 By default, if this property is not specified, MCLK will be
18 set as input. Setting the MCLK as output for SAIs which don't
19 support MCLK configuration will result in a BUILD_ASSERT()
21 rx-fifo-watermark:
28 tx-fifo-watermark:
37 fifo-depth:
45 the FIFO depth. This is needed because some applications (e.g: SOF)
49 for tx/rx-fifo-watermark uses DEFAULT_FIFO_DEPTH instead of this
53 dai-index:
57 moment, this is only used by SOF to fetch the "struct device"
59 through an IPC. If this property is not specified, the DAI
61 tx-sync-mode:
64 - 0
65 - 1
69 1) The transmitter is ASYNC (0)
70 2) The transmitter is in SYNC with the receiver (1)
71 If this property is not specified, the transmitter will be set to ASYNC.
72 If one side is SYNC then the other MUST be ASYNC. Failing to meet this
74 rx-sync-mode:
77 - 0
78 - 1
82 1) The receiver is ASYNC (0)
83 2) The receiver is in SYNC with the transmitter (1)
84 If this property is not specified, the receiver will be set to ASYNC.
85 If one side is SYNC then the other MUST be ASYNC. Failing to meet this
87 tx-dataline:
92 1) Check the TRM and see if your SAI instance is multiline. If not then
94 2) If your SAI is multiline then you need to check the datasheet and see
97 The indexing of the data line starts at 0. If this property is not specified
100 rx-dataline:
105 1) Check the TRM and see if your SAI instance is multiline. If not then
107 2) If your SAI is multiline then you need to check the datasheet and see
109 The indexing of the data line starts at 0. If this property is not specified