Commit cd07154f authored by Joachim Eastwood's avatar Joachim Eastwood

ARM: dts: lpc18xx: add mmcsd node

Signed-off-by: default avatarJoachim Eastwood <manabian@gmail.com>
parent 7e6c8376
......@@ -68,6 +68,16 @@ gp_clkin: gp_clkin {
};
soc {
mmcsd: mmcsd@40004000 {
compatible = "snps,dw-mshc";
reg = <0x40004000 0x1000>;
interrupts = <6>;
num-slots = <1>;
clocks = <&ccu2 CLK_SDIO>, <&ccu1 CLK_CPU_SDIO>;
clock-names = "ciu", "biu";
status = "disabled";
};
cgu: clock-controller@40050000 {
compatible = "nxp,lpc1850-cgu";
reg = <0x40050000 0x1000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment