diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-04-21 06:33:56 -0400 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-01-22 07:12:42 -0500 |
commit | 3a93cc261a29bde973a5ac9a9800c12ce362f5a1 (patch) | |
tree | 0754381621c36b34c3ac5121ff78a490b27283c5 | |
parent | 8f32b8124a99a8f7a433d50ca041a75f096ffc7b (diff) |
arm64: dts: uniphier: add eMMC controller node for LD11/LD20
Add Cadence's eMMC controller node for LD11/LD20.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
-rw-r--r-- | arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi | 10 | ||||
-rw-r--r-- | arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi b/arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi index 43b658392e20..da881f5b6ed4 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi +++ b/arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi | |||
@@ -300,6 +300,16 @@ | |||
300 | }; | 300 | }; |
301 | }; | 301 | }; |
302 | 302 | ||
303 | emmc: sdhc@5a000000 { | ||
304 | compatible = "socionext,uniphier-sd4hc", "cdns,sd4hc"; | ||
305 | reg = <0x5a000000 0x400>; | ||
306 | interrupts = <0 78 4>; | ||
307 | clocks = <&sys_clk 4>; | ||
308 | bus-width = <8>; | ||
309 | mmc-ddr-1_8v; | ||
310 | mmc-hs200-1_8v; | ||
311 | }; | ||
312 | |||
303 | usb0: usb@5a800100 { | 313 | usb0: usb@5a800100 { |
304 | compatible = "socionext,uniphier-ehci", "generic-ehci"; | 314 | compatible = "socionext,uniphier-ehci", "generic-ehci"; |
305 | status = "disabled"; | 315 | status = "disabled"; |
diff --git a/arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi b/arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi index fcaecc6bdeac..a6b3a70dae83 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi +++ b/arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi | |||
@@ -374,6 +374,16 @@ | |||
374 | }; | 374 | }; |
375 | }; | 375 | }; |
376 | 376 | ||
377 | emmc: sdhc@5a000000 { | ||
378 | compatible = "socionext,uniphier-sd4hc", "cdns,sd4hc"; | ||
379 | reg = <0x5a000000 0x400>; | ||
380 | interrupts = <0 78 4>; | ||
381 | clocks = <&sys_clk 4>; | ||
382 | bus-width = <8>; | ||
383 | mmc-ddr-1_8v; | ||
384 | mmc-hs200-1_8v; | ||
385 | }; | ||
386 | |||
377 | soc-glue@5f800000 { | 387 | soc-glue@5f800000 { |
378 | compatible = "socionext,uniphier-ld20-soc-glue", | 388 | compatible = "socionext,uniphier-ld20-soc-glue", |
379 | "simple-mfd", "syscon"; | 389 | "simple-mfd", "syscon"; |