summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-10-27 17:40:53 +0700
committerhathach <[email protected]>2023-10-27 17:40:53 +0700
commit9cba9a753b2d8a8c06f1dacc5c16d656397f5d79 (patch)
treea8cfa51408b3e4fa8e45c8218a6230f0e7780d8c /hw
parenta2390802f83e7c98cba7ca0bb816c89649661045 (diff)
update s3 devkitm with max3421 pin following metro s3, check max3421 version to make sure it is valid
Diffstat (limited to 'hw')
-rw-r--r--hw/bsp/espressif/boards/espressif_s3_devkitm/board.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/bsp/espressif/boards/espressif_s3_devkitm/board.h b/hw/bsp/espressif/boards/espressif_s3_devkitm/board.h
index 4b4151e72..a319fbc61 100644
--- a/hw/bsp/espressif/boards/espressif_s3_devkitm/board.h
+++ b/hw/bsp/espressif/boards/espressif_s3_devkitm/board.h
@@ -38,9 +38,9 @@
// SPI for USB host shield
#define MAX3421_SPI_HOST SPI2_HOST
-#define MAX3421_SCK_PIN 36
-#define MAX3421_MOSI_PIN 35
-#define MAX3421_MISO_PIN 37
+#define MAX3421_SCK_PIN 39
+#define MAX3421_MOSI_PIN 42
+#define MAX3421_MISO_PIN 21
#define MAX3421_CS_PIN 15
#define MAX3421_INTR_PIN 14