ARM: dts: msm: Add GNSS SiRFStarV pinctrl for SM8150

Add entries to device-tree for GNSS SiRFStarV driver
and enable hsuart1 for GNSS functionality.

Change-Id: I7ecce82e1aa0b7bbe5dfd8471cd592b0a2097a3d
This commit is contained in:
Santoshkumar Zalake
2022-05-09 00:43:12 +05:30
committed by Gerrit - the friendly Code Review server
parent c12003e968
commit 7a57912e06
2 changed files with 11 additions and 1 deletions

View File

@@ -6,7 +6,13 @@
/* Empty node to generate minimal overlay fragment */
&soc {
ss5_pwr_ctrl0 {
compatible = "qcom,gnss_sirf";
pinctrl-0 = <&ss5_pwr_ctrl_rst_on>;
ssVreset-gpio = <&tlmm 11 1>;
ssVonoff-gpio = <&tlmm 39 1>;
ssVboot-gpio = <&tlmm 40 1>;
};
};
&qupv3_se0_spi {

View File

@@ -1984,3 +1984,7 @@
&qupv3_se12_2uart {
status = "ok";
};
&qupv3_se9_2uart {
status = "ok";
};