Skip to content

Commit a18d663

Browse files
committed
dts: arm: nxp: add usdhc instances for rt700 cm33_cpu0
add usdhc instances for rt700 cm33_cpu0 Signed-off-by: Lucien Zhao <lucien.zhao@nxp.com>
1 parent 98ba754 commit a18d663

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

dts/arm/nxp/nxp_rt7xx_cm33_cpu0.dtsi

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,6 +1002,30 @@
10021002
status = "disabled";
10031003
};
10041004

1005+
usdhc0: usdhc@412000 {
1006+
compatible = "nxp,imx-usdhc";
1007+
reg = <0x412000 0x1000>;
1008+
status = "disabled";
1009+
interrupts = <37 0>;
1010+
clocks = <&clkctl4 MCUX_USDHC1_CLK>;
1011+
max-current-330 = <1020>;
1012+
max-current-180 = <1020>;
1013+
max-bus-freq = <208000000>;
1014+
min-bus-freq = <400000>;
1015+
};
1016+
1017+
usdhc1: usdhc@413000 {
1018+
compatible = "nxp,imx-usdhc";
1019+
reg = <0x413000 0x1000>;
1020+
status = "disabled";
1021+
interrupts = <38 0>;
1022+
clocks = <&clkctl4 MCUX_USDHC2_CLK>;
1023+
max-current-330 = <1020>;
1024+
max-current-180 = <1020>;
1025+
max-bus-freq = <208000000>;
1026+
min-bus-freq = <400000>;
1027+
};
1028+
10051029
mrt0: mrt@2d000 {
10061030
compatible = "nxp,mrt";
10071031
reg = <0x2d000 0x100>;

0 commit comments

Comments
 (0)