File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 375
375
status = "disabled";
376
376
};
377
377
378
+ usdhc1: usdhc@42850000 {
379
+ compatible = "nxp,imx-usdhc";
380
+ reg = <0x42850000 0x10000>;
381
+ interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
382
+ interrupt-parent = <&gic>;
383
+ clocks = <&ccm IMX_CCM_USDHC1_CLK 0 0>;
384
+ max-current-330 = <1020>;
385
+ max-current-180 = <1020>;
386
+ max-bus-freq = <208000000>;
387
+ min-bus-freq = <400000>;
388
+ status = "disabled";
389
+ };
390
+
391
+ usdhc2: usdhc@42860000 {
392
+ compatible = "nxp,imx-usdhc";
393
+ reg = <0x42860000 0x10000>;
394
+ interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
395
+ interrupt-parent = <&gic>;
396
+ clocks = <&ccm IMX_CCM_USDHC2_CLK 0 0>;
397
+ max-current-330 = <1020>;
398
+ max-current-180 = <1020>;
399
+ max-bus-freq = <208000000>;
400
+ min-bus-freq = <400000>;
401
+ status = "disabled";
402
+ };
403
+
378
404
enet: enet@42890000 {
379
405
compatible = "nxp,enet1g";
380
406
reg = <0x42890000 DT_SIZE_K(64)>;
You can’t perform that action at this time.
0 commit comments