Lines Matching full:mspi
4 # Common fields for MSPI devices
8 on-bus: mspi
14 mspi-max-frequency:
22 mspi-io-mode:
39 MSPI I/O mode setting.
43 mspi-data-rate:
51 MSPI data rate setting.
55 mspi-hardware-ce-num:
58 MSPI hardware CE number.
59 MSPI controller may natively support multiple peripheral devices
60 on the same MSPI instance by assigning designated CE numbers.
62 mspi-cpp-mode:
70 MSPI clock polarity setting.
76 mspi-endian:
82 MSPI transfer MSB or LSB first.
84 mspi-ce-polarity:
90 MSPI CE polarity. In most cases, it is active low.
92 mspi-dqs-enable:
97 the MSPI hardware if it supports DQS mode.
99 mspi-hold-ce:
103 MSPI chip enable (under software control), so that multiple
104 mspi transactions can be performed without releasing CE.
105 A typical use case is variable length MSPI packets where
106 the first mspi transaction reads the length and the second
107 mspi transaction reads length bytes.