From b5f0575c5c7ddf27b3f7711193eb60e61c4ec2d0 Mon Sep 17 00:00:00 2001 From: Adolfo Reyna Date: Thu, 9 Jul 2026 23:02:06 -0400 Subject: [PATCH] Update SDMMC pins in Waveshare RLCD devicetree to match schematic --- Devices/waveshare-esp32-s3-rlcd/waveshare,esp32-s3-rlcd.dts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Devices/waveshare-esp32-s3-rlcd/waveshare,esp32-s3-rlcd.dts b/Devices/waveshare-esp32-s3-rlcd/waveshare,esp32-s3-rlcd.dts index 646be565..8712d4b3 100644 --- a/Devices/waveshare-esp32-s3-rlcd/waveshare,esp32-s3-rlcd.dts +++ b/Devices/waveshare-esp32-s3-rlcd/waveshare,esp32-s3-rlcd.dts @@ -45,9 +45,9 @@ sdmmc0 { compatible = "espressif,esp32-sdmmc"; - pin-clk = <&gpio0 36 GPIO_FLAG_NONE>; - pin-cmd = <&gpio0 35 GPIO_FLAG_NONE>; - pin-d0 = <&gpio0 37 GPIO_FLAG_NONE>; + pin-clk = <&gpio0 38 GPIO_FLAG_NONE>; + pin-cmd = <&gpio0 21 GPIO_FLAG_NONE>; + pin-d0 = <&gpio0 39 GPIO_FLAG_NONE>; slot = ; bus-width = <1>; };