summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/qcom-apq8074-dragonboard.dts
blob: 92320c4a76686a3bfafe5b0f340998fdb15fefbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#include "qcom-msm8974.dtsi"

/ {
	model = "Qualcomm APQ8074 Dragonboard";
	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>;
		};
	};
};
OpenPOWER on IntegriCloud