Changes between Version 28 and Version 29 of venice/mipi
- Timestamp:
- 01/31/2023 05:24:57 PM (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
venice/mipi
v28 v29 25 25 26 26 ==== MIPI Sample Schematic 27 Please also view the hardware manual of the respective SBC. 27 28 [[Image(mipischematic.png)]] 28 29 … … 87 88 Additional Linux kernel driver support is required for various MIPI, I2C and I2S devices. 88 89 90 == Audio 91 The MIPI connector contains SAI (synchronous audio interface) audio signals that support I2S. It is recommended to choose a desired codec chip and build an adapter that connects onto the MIPI header to implement audio. 92 93 Audio code examples could include: 94 * Texas Instrument TLV320AIC3105IRHBR 95 * Maxim 98089 low-power stereo codec 96 * Cirrus Logic WM8904CGEFL 97 * Cirrus Logic WM8524 89 98 90 99 [=#software]