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 1002
1002
status = "disabled";
1003
1003
};
1004
1004
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
+
1005
1029
mrt0: mrt@2d000 {
1006
1030
compatible = "nxp,mrt";
1007
1031
reg = <0x2d000 0x100>;
You can’t perform that action at this time.
0 commit comments