Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / arch / arm / boot / dts / qcom-apq8074-dragonboard.dts
1 #include "qcom-msm8974.dtsi"
2 #include "qcom-pm8841.dtsi"
3 #include "qcom-pm8941.dtsi"
4
5 / {
6 model = "Qualcomm APQ8074 Dragonboard";
7 compatible = "qcom,apq8074-dragonboard", "qcom,apq8074";
8
9 aliases {
10 serial0 = &blsp1_uart2;
11 };
12
13 chosen {
14 stdout-path = "serial0:115200n8";
15 };
16
17 soc {
18 serial@f991e000 {
19 status = "ok";
20 };
21
22 sdhci@f9824900 {
23 bus-width = <8>;
24 non-removable;
25 status = "ok";
26 };
27
28 sdhci@f98a4900 {
29 cd-gpios = <&msmgpio 62 0x1>;
30 bus-width = <4>;
31 };
32
33
34 pinctrl@fd510000 {
35 i2c11_pins: i2c11 {
36 mux {
37 pins = "gpio83", "gpio84";
38 function = "blsp_i2c11";
39 };
40 };
41
42 spi8_default: spi8_default {
43 mosi {
44 pins = "gpio45";
45 function = "blsp_spi8";
46 };
47 miso {
48 pins = "gpio46";
49 function = "blsp_spi8";
50 };
51 cs {
52 pins = "gpio47";
53 function = "blsp_spi8";
54 };
55 clk {
56 pins = "gpio48";
57 function = "blsp_spi8";
58 };
59 };
60 };
61
62 i2c@f9967000 {
63 status = "okay";
64 clock-frequency = <200000>;
65 pinctrl-0 = <&i2c11_pins>;
66 pinctrl-names = "default";
67
68 eeprom: eeprom@52 {
69 compatible = "atmel,24c128";
70 reg = <0x52>;
71 pagesize = <32>;
72 read-only;
73 };
74 };
75 };
76 };
This page took 0.041513 seconds and 5 git commands to generate.