]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - arch/arm/boot/dts/qcom-apq8074-dragonboard.dts
regulator: pv88060: fix error handling in probe
[mirror_ubuntu-zesty-kernel.git] / arch / arm / boot / dts / qcom-apq8074-dragonboard.dts
CommitLineData
9857a753 1#include "qcom-msm8974.dtsi"
c9127893
II
2#include "qcom-pm8841.dtsi"
3#include "qcom-pm8941.dtsi"
9857a753
RV
4
5/ {
6 model = "Qualcomm APQ8074 Dragonboard";
7 compatible = "qcom,apq8074-dragonboard", "qcom,apq8074";
3e944c76 8
5f769789
SB
9 aliases {
10 serial0 = &blsp1_uart2;
11 };
12
13 chosen {
14 stdout-path = "serial0:115200n8";
15 };
16
ba08220a
KG
17 soc {
18 serial@f991e000 {
19 status = "ok";
20 };
21
3e944c76
GD
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 };
ba08220a
KG
32
33
34 pinctrl@fd510000 {
bf7f6b04 35 i2c11_pins: i2c11 {
36 mux {
37 pins = "gpio83", "gpio84";
38 function = "blsp_i2c11";
39 };
40 };
41
ba08220a
KG
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 };
bf7f6b04 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 };
3e944c76 75 };
9857a753 76};