Skip to content

Commit ddf56f5

Browse files
quytranpzzkartben
authored andcommitted
dts: renesas: add dts entry node to support sdhc on Renesas RA8
Add node on RA8 dts to support sdhc as channel 0 and channel 1 Signed-off-by: Tran Van Quy <quy.tran.pz@renesas.com>
1 parent 8f91d0c commit ddf56f5

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

dts/arm/renesas/ra/ra8/ra8x1.dtsi

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,34 @@
717717
#port-irq-cells = <0>;
718718
status = "disabled";
719719
};
720+
721+
sdhc0: sdhc@40252000 {
722+
compatible = "renesas,ra-sdhc";
723+
channel = <0>;
724+
bus-width = <4>;
725+
sd-support;
726+
mmc-support;
727+
card-detect;
728+
max-bus-freq = <DT_FREQ_M(52)>;
729+
clocks = <&pclkb MSTPC 12>;
730+
reg = <0x40252000 0x0400>;
731+
interrupt-names = "accs", "card", "dma-req";
732+
interrupts = <57 12>, <58 12>, <59 12>;
733+
status = "disabled";
734+
};
735+
736+
sdhc1: sdhc@40252400 {
737+
compatible = "renesas,ra-sdhc";
738+
channel = <1>;
739+
bus-width = <4>;
740+
sd-support;
741+
mmc-support;
742+
card-detect;
743+
max-bus-freq = <DT_FREQ_M(52)>;
744+
clocks = <&pclkb MSTPC 11>;
745+
reg = <0x40252400 0x0400>;
746+
status = "disabled";
747+
};
720748
};
721749
};
722750

0 commit comments

Comments
 (0)