From: MathijsNL Date: Wed, 1 Mar 2023 20:49:34 +0000 (+0100) Subject: Change SPI alias mapping to SPI1 X-Git-Tag: 8.16.1^2~1 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/5c8212e64681e9239a107749f11c7b5780a193d8?ds=sidebyside Change SPI alias mapping to SPI1 Not sure what this alias mapping should be, but using SPI1 sounds more logical than using SPI2 --- diff --git a/src/adafruit_blinka/board/radxa/rockpi4cplus.py b/src/adafruit_blinka/board/radxa/rockpi4cplus.py index 47fef37..67635fc 100644 --- a/src/adafruit_blinka/board/radxa/rockpi4cplus.py +++ b/src/adafruit_blinka/board/radxa/rockpi4cplus.py @@ -46,10 +46,10 @@ SCL7 = D5 SDA = SDA2 SCL = SCL2 -SCLK = D7 -MOSI = D29 -MISO = D31 -CS = D33 +SCLK = D19 +MOSI = D21 +MISO = D23 +CS = D24 SCK = SCLK UART2_TX = D8