Merge remote-tracking branches 'asoc/topic/omap', 'asoc/topic/oom' and 'asoc/topic...
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / qcom-apq8074-dragonboard.dts
1 #include "qcom-msm8974.dtsi"
2
3 / {
4         model = "Qualcomm APQ8074 Dragonboard";
5         compatible = "qcom,apq8074-dragonboard", "qcom,apq8074";
6
7         soc {
8                 serial@f991e000 {
9                         status = "ok";
10                 };
11
12                 sdhci@f9824900 {
13                         bus-width = <8>;
14                         non-removable;
15                         status = "ok";
16                 };
17
18                 sdhci@f98a4900 {
19                         cd-gpios = <&msmgpio 62 0x1>;
20                         bus-width = <4>;
21                 };
22
23
24                 pinctrl@fd510000 {
25                         spi8_default: spi8_default {
26                                 mosi {
27                                         pins = "gpio45";
28                                         function = "blsp_spi8";
29                                 };
30                                 miso {
31                                         pins = "gpio46";
32                                         function = "blsp_spi8";
33                                 };
34                                 cs {
35                                         pins = "gpio47";
36                                         function = "blsp_spi8";
37                                 };
38                                 clk {
39                                         pins = "gpio48";
40                                         function = "blsp_spi8";
41                                 };
42                         };
43                 };
44         };
45 };