提交 3e944c76 编写于 作者: G Georgi Djakov 提交者: Kumar Gala

ARM: dts: msm: Add SDHC controller nodes for MSM8974 and DB8074 board

Add support for the 2 SDHC controllers on the DB8074 board.  The first
controller (at 0xf9824900) is connected to an on board soldered eMMC.
The second controller (at 0xf98a4900) is connected to a uSD card slot.
Signed-off-by: NGeorgi Djakov <gdjakov@mm-sol.com>
Signed-off-by: NKumar Gala <galak@codeaurora.org>
上级 7d7db8db
...@@ -3,4 +3,17 @@ ...@@ -3,4 +3,17 @@
/ { / {
model = "Qualcomm APQ8074 Dragonboard"; model = "Qualcomm APQ8074 Dragonboard";
compatible = "qcom,apq8074-dragonboard", "qcom,apq8074"; compatible = "qcom,apq8074-dragonboard", "qcom,apq8074";
soc: soc {
sdhci@f9824900 {
bus-width = <8>;
non-removable;
status = "ok";
};
sdhci@f98a4900 {
cd-gpios = <&msmgpio 62 0x1>;
bus-width = <4>;
};
};
}; };
...@@ -192,6 +192,28 @@ ...@@ -192,6 +192,28 @@
clock-names = "core", "iface"; clock-names = "core", "iface";
}; };
sdhci@f9824900 {
compatible = "qcom,sdhci-msm-v4";
reg = <0xf9824900 0x11c>, <0xf9824000 0x800>;
reg-names = "hc_mem", "core_mem";
interrupts = <0 123 0>, <0 138 0>;
interrupt-names = "hc_irq", "pwr_irq";
clocks = <&gcc GCC_SDCC1_APPS_CLK>, <&gcc GCC_SDCC1_AHB_CLK>;
clock-names = "core", "iface";
status = "disabled";
};
sdhci@f98a4900 {
compatible = "qcom,sdhci-msm-v4";
reg = <0xf98a4900 0x11c>, <0xf98a4000 0x800>;
reg-names = "hc_mem", "core_mem";
interrupts = <0 125 0>, <0 221 0>;
interrupt-names = "hc_irq", "pwr_irq";
clocks = <&gcc GCC_SDCC2_APPS_CLK>, <&gcc GCC_SDCC2_AHB_CLK>;
clock-names = "core", "iface";
status = "disabled";
};
rng@f9bff000 { rng@f9bff000 {
compatible = "qcom,prng"; compatible = "qcom,prng";
reg = <0xf9bff000 0x200>; reg = <0xf9bff000 0x200>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册