dts/sdhc: support mmc dts and usdhc dts
1) dts/bindings/mmc/mmc.yaml: specifies common mmc. 2) dts/bindings/mmc/nxp,imx-usdhc.yaml: specifies nxp usdhc module which inherits mmc. 3) dts/arm/nxp/nxp_rt.dtsi: usdhc support on RT chip. 4) boards/arm/mimxrt1050_evk/mimxrt1050_evk.dts: usdhc slot support on mimxrt1050_evk board. Signed-off-by: Jun Yang <jun.yang@nxp.com>
This commit is contained in:
parent
c7e625f2b3
commit
46106ece25
5 changed files with 84 additions and 0 deletions
|
@ -370,6 +370,24 @@
|
|||
status = "disabled";
|
||||
label = "USBD_2";
|
||||
};
|
||||
|
||||
usdhc1: usdhc@402c0000 {
|
||||
compatible = "nxp,imx-usdhc";
|
||||
reg = <0x402c0000 0x4000>;
|
||||
status = "disabled";
|
||||
interrupts = <110 0>;
|
||||
clocks = <&ccm IMX_CCM_USDHC1_CLK 0 0>;
|
||||
label = "USDHC_1";
|
||||
};
|
||||
|
||||
usdhc2: usdhc@402c4000 {
|
||||
compatible = "nxp,imx-usdhc";
|
||||
reg = <0x402c4000 0x4000>;
|
||||
status = "disabled";
|
||||
interrupts = <111 0>;
|
||||
clocks = <&ccm IMX_CCM_USDHC2_CLK 0 0>;
|
||||
label = "USDHC_2";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue