Changes between Version 20 and Version 21 of SPI
- Timestamp:
- 04/24/2024 07:25:30 PM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SPI
v20 v21 36 36 The following Gateworks boards support on-board SPI controllers: 37 37 ||= Family =||= Board =||= Connector =||= Notes =|| 38 || Venice || GW7xxx || See HW Manual || single CS^^^2^^^; ecspi2 dts node || 38 39 || Newport || GW640x || J8 || single CS^^^2^^^; spi_7_0 dts node; half-duplex^^^1^^^; modes 1^^^3^^^ || 39 40 || || GW630x || J8 || single CS^^^2^^^; spi_7_0 dts node; half-duplex^^^1^^^; modes 1^^^3^^^ || … … 50 51 See the below product family specific sections for pinout details. 51 52 53 === Venice 54 55 SPI is brought out on most Venice SBCs. Please refer to the hardware manual for pin outs. 56 57 Gateworks uses the eCSPI modules of the i.mx8 for external connections. The FlexSPI or QSPI is not used, as this is typically used for flash devices, etc. 58 59 eCSPI{1,2,3} supports data rate up to 52Mbits/s and SPI is a 1bit bus, thus the max bus speed is 52MHz. 60 61 Typical pins exposed are: 62 - MOSI 63 - MISO 64 - SCLK (Up to 52MHz clock supported) 65 - SS0# (This is chip select 0) 66 52 67 53 68 === Newport