Skip to content

Commit a06cf96

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 94a6c1f commit a06cf96

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
@@ -1003,6 +1003,30 @@
10031003
status = "disabled";
10041004
};
10051005

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

0 commit comments

Comments
 (0)