Skip to content

Commit 7debafe

Browse files
Raffael Rostagnonashif
authored andcommitted
dts: pinctrl: esp32s3: Support for SDHC
Added pinctrl and dts settings for SDHC Signed-off-by: Raffael Rostagno <[email protected]>
1 parent 847832d commit 7debafe

File tree

2 files changed

+2197
-0
lines changed

2 files changed

+2197
-0
lines changed

dts/xtensa/espressif/esp32s3/esp32s3_common.dtsi

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,5 +457,26 @@
457457
status = "disabled";
458458
};
459459

460+
sdhc: sdhc@60028000 {
461+
compatible = "espressif,esp32-sdhc";
462+
reg = <0x60028000 0x1000>;
463+
interrupts = <SDIO_HOST_INTR_SOURCE>;
464+
interrupt-parent = <&intc>;
465+
clocks = <&rtc ESP32_SDMMC_MODULE>;
466+
#address-cells = <1>;
467+
#size-cells = <0>;
468+
469+
sdhc0: sdhc@0 {
470+
compatible = "espressif,esp32-sdhc-slot";
471+
reg = <0>;
472+
status = "disabled";
473+
};
474+
475+
sdhc1: sdhc@1 {
476+
compatible = "espressif,esp32-sdhc-slot";
477+
reg = <1>;
478+
status = "disabled";
479+
};
480+
};
460481
};
461482
};

0 commit comments

Comments
 (0)