File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1003
1003
status = "disabled";
1004
1004
};
1005
1005
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
+
1006
1030
mrt0: mrt@2d000 {
1007
1031
compatible = "nxp,mrt";
1008
1032
reg = <0x2d000 0x100>;
You can’t perform that action at this time.
0 commit comments