ARM: dts: msm: Add a reset gpio for ethernet on msm8996 CV2X boards

Enable reset gpio for Neutrino ethernet for
msm8996 CV2X boards

Change-Id: I6b00a76640184d34feee382cd1c6de1427464719
Signed-off-by: Aditya Mathur <aditmath@codeaurora.org>
This commit is contained in:
Aditya Mathur 2018-08-24 12:12:04 -07:00
parent 87d4444575
commit ed45afa1c5

View file

@ -62,6 +62,7 @@
compatible = "qcom,ntn_avb";
vdd-ntn-pci-supply = <&ntn_vreg>;
vdd-ntn-io-supply = <&ntn_vreg>;
ntn-rst-gpio = <&pm8994_gpios 13 0>;
qcom,ntn-rst-delay-msec = <100>;
qcom,ntn-rc-num = <1>;
qcom,ntn-bus-num = <1>;
@ -470,6 +471,17 @@
status = "okay";
};
gpio@cc00 { /* GPIO 13 - NTN_RST */
qcom,mode = <1>; /* DIGITAL OUT */
qcom,output-type = <0>; /* CMOS logic */
qcom,pull = <5>;
qcom,vin-sel = <2>; /* 1.8 */
qcom,out-strength = <1>;
qcom,src-sel = <0>; /* GPIO */
qcom,master-en = <1>; /* Enable GPIO */
status = "okay";
};
gpio@d000 { /* GPIO 17 - USB1 VBUS detect */
qcom,mode = <0>; /* Digital Input*/
qcom,pull = <5>; /* No pull */