Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2b180245 authored by Frank Liu's avatar Frank Liu
Browse files

ARM: dts: Update dt entries for SDIO and WLAN on MDM9650 TTP



Support wlan rome sdio on TTP platform

Change-Id: Ic88754371aa8e169d3b4cd2bdf8cf124479791cd
Signed-off-by: default avatarFrank Liu <qiliu@codeaurora.org>
parent fab1b6d5
Loading
Loading
Loading
Loading
+35 −0
Original line number Diff line number Diff line
@@ -66,6 +66,41 @@
	};
};

&cnss_sdio {
	status = "ok";
};

&sdhc_1 {
	vdd-supply = <&sdc_vreg>;
	vdd-io-supply = <&pmd9650_l7>;
	qcom,vdd-io-voltage-level = <1800000 1800000>;
	qcom,vdd-io-always-on;
	qcom,vdd-io-current-level = <200 10000>;

	qcom,clk-rates = <400000 20000000 25000000 50000000 100000000
							200000000>;
	qcom,bus-width = <4>;
	qcom,core_3_0v_support;
	qcom,nonremovable;

	pinctrl-names = "active", "sleep";
	pinctrl-0 = <&sdc1_clk_on &sdc1_cmd_on &sdc1_data_on
				&sdc1_wlan_gpio_active>;
	pinctrl-1 = <&sdc1_clk_off &sdc1_cmd_off &sdc1_data_off
				&sdc1_wlan_gpio_sleep>;
	#address-cells = <0>;
	interrupt-parent = <&sdhc_1>;
	interrupts = <0 1 2>;
	#interrupt-cells = <1>;
	interrupt-map-mask = <0xffffffff>;
	interrupt-map = <0 &intc 0 123 0
			1 &intc 0 138 0
			2 &tlmm_pinmux 93 0x4>;
	interrupt-names = "hc_irq", "pwr_irq", "sdiowakeup_irq";

	status = "ok";
};

&usb3 {
	cpe-gpio = <&tlmm_pinmux 87 0>;
};