Merge branch 'CVE-2014-7975' of git://git.kernel.org/pub/scm/linux/kernel/git/luto...
[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                         i2c11_pins: i2c11 {
26                                 mux {
27                                         pins = "gpio83", "gpio84";
28                                         function = "blsp_i2c11";
29                                 };
30                         };
31
32                         spi8_default: spi8_default {
33                                 mosi {
34                                         pins = "gpio45";
35                                         function = "blsp_spi8";
36                                 };
37                                 miso {
38                                         pins = "gpio46";
39                                         function = "blsp_spi8";
40                                 };
41                                 cs {
42                                         pins = "gpio47";
43                                         function = "blsp_spi8";
44                                 };
45                                 clk {
46                                         pins = "gpio48";
47                                         function = "blsp_spi8";
48                                 };
49                         };
50                 };
51
52                 i2c@f9967000 {
53                         status = "okay";
54                         clock-frequency = <200000>;
55                         pinctrl-0 = <&i2c11_pins>;
56                         pinctrl-names = "default";
57
58                         eeprom: eeprom@52 {
59                                 compatible = "atmel,24c128";
60                                 reg = <0x52>;
61                                 pagesize = <32>;
62                                 read-only;
63                         };
64                 };
65         };
66 };