-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsdm845-pinctrl-overlay.dtsi
56 lines (51 loc) · 1.04 KB
/
sdm845-pinctrl-overlay.dtsi
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright (c) 2017, The Linux Foundation. All rights reserved.
*/
&pmi8998_gpios {
usb2_vbus_boost {
usb2_vbus_boost_default: usb2_vbus_boost_default {
pins = "gpio2";
function = "normal";
output-low;
power-source = <0>;
};
};
qnovo_fet_ctrl {
qnovo_fet_ctrl_default: qnovo_fet_ctrl_default {
pins = "gpio6";
function = "func1";
output-low;
input-disable;
bias-disable;
power-source = <0>;
qcom,drive-strength = <1>;
};
};
usb2_vbus_det {
usb2_vbus_det_default: usb2_vbus_det_default {
pins = "gpio8";
function = "normal";
input-enable;
bias-pull-down;
power-source = <1>; /* VPH input supply */
};
};
usb2_id_det {
usb2_id_det_default: usb2_id_det_default {
pins = "gpio9";
function = "normal";
input-enable;
bias-pull-up;
power-source = <0>;
};
};
usb2_ext_5v_boost {
usb2_ext_5v_boost_default: usb2_ext_5v_boost_default {
pins = "gpio10";
function = "normal";
output-low;
power-source = <0>;
};
};
};