diff options
author | Joachim Eastwood <manabian@gmail.com> | 2015-04-02 06:27:33 +0300 |
---|---|---|
committer | Joachim Eastwood <manabian@gmail.com> | 2015-07-12 00:03:07 +0300 |
commit | cd07154f49bb865d619c8db0bdd28c39c70e5870 (patch) | |
tree | c6d4cdb40441b3bb4dcce835ed7c3dbaadb41b8f /arch/arm/boot/dts/lpc18xx.dtsi | |
parent | 7e6c8376e9d0db8c825e9fdf95e30b7296c6caa3 (diff) | |
download | linux-cd07154f49bb865d619c8db0bdd28c39c70e5870.tar.xz |
ARM: dts: lpc18xx: add mmcsd node
Signed-off-by: Joachim Eastwood <manabian@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/lpc18xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/lpc18xx.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/lpc18xx.dtsi b/arch/arm/boot/dts/lpc18xx.dtsi index 813ed93d6570..0562f9629b9d 100644 --- a/arch/arm/boot/dts/lpc18xx.dtsi +++ b/arch/arm/boot/dts/lpc18xx.dtsi @@ -68,6 +68,16 @@ }; 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>; |