Update SDMMC pins in Waveshare RLCD devicetree to match schematic
This commit is contained in:
@@ -45,9 +45,9 @@
|
|||||||
|
|
||||||
sdmmc0 {
|
sdmmc0 {
|
||||||
compatible = "espressif,esp32-sdmmc";
|
compatible = "espressif,esp32-sdmmc";
|
||||||
pin-clk = <&gpio0 36 GPIO_FLAG_NONE>;
|
pin-clk = <&gpio0 38 GPIO_FLAG_NONE>;
|
||||||
pin-cmd = <&gpio0 35 GPIO_FLAG_NONE>;
|
pin-cmd = <&gpio0 21 GPIO_FLAG_NONE>;
|
||||||
pin-d0 = <&gpio0 37 GPIO_FLAG_NONE>;
|
pin-d0 = <&gpio0 39 GPIO_FLAG_NONE>;
|
||||||
slot = <SDMMC_HOST_SLOT_1>;
|
slot = <SDMMC_HOST_SLOT_1>;
|
||||||
bus-width = <1>;
|
bus-width = <1>;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user