summaryrefslogtreecommitdiff
path: root/arch/arm/dts/uniphier-ph1-pro5.dtsi
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-02-18 19:52:50 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-02-29 03:50:16 +0900
commitc7f94eecfd46bb62d173169caa8c6d9493a9859b (patch)
treed54e8bcfc47954535647201d69ab2d0fb8afae19 /arch/arm/dts/uniphier-ph1-pro5.dtsi
parent4aceb3f8d4bfcafa895ecbc3108e1f35f2b8c091 (diff)
downloadu-boot-imx-c7f94eecfd46bb62d173169caa8c6d9493a9859b.zip
u-boot-imx-c7f94eecfd46bb62d173169caa8c6d9493a9859b.tar.gz
u-boot-imx-c7f94eecfd46bb62d173169caa8c6d9493a9859b.tar.bz2
ARM: dts: uniphier: add SD/MMC host controller nodes
This host controller is available for all UniPhier SoCs. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/dts/uniphier-ph1-pro5.dtsi')
-rw-r--r--arch/arm/dts/uniphier-ph1-pro5.dtsi24
1 files changed, 24 insertions, 0 deletions
diff --git a/arch/arm/dts/uniphier-ph1-pro5.dtsi b/arch/arm/dts/uniphier-ph1-pro5.dtsi
index 67a435e..bd1b4b1 100644
--- a/arch/arm/dts/uniphier-ph1-pro5.dtsi
+++ b/arch/arm/dts/uniphier-ph1-pro5.dtsi
@@ -355,6 +355,30 @@
clock-frequency = <400000>;
};
+ emmc: sdhc@68400000 {
+ compatible = "socionext,uniphier-sdhc";
+ status = "disabled";
+ reg = <0x68400000 0x800>;
+ interrupts = <0 78 4>;
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_emmc>;
+ clocks = <&mio 1>;
+ bus-width = <8>;
+ non-removable;
+ };
+
+ sd: sdhc@68800000 {
+ compatible = "socionext,uniphier-sdhc";
+ status = "disabled";
+ reg = <0x68800000 0x800>;
+ interrupts = <0 76 4>;
+ pinctrl-names = "default", "1.8v";
+ pinctrl-0 = <&pinctrl_sd>;
+ pinctrl-1 = <&pinctrl_sd_1v8>;
+ clocks = <&mio 0>;
+ bus-width = <4>;
+ };
+
usb0: usb@65a00000 {
compatible = "socionext,uniphier-xhci", "generic-xhci";
status = "disabled";