xref: /freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8994-pins.dtsi (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-only
2*c66ec88fSEmmanuel Vadot/*
3*c66ec88fSEmmanuel Vadot * Copyright (c) 2013-2016, The Linux Foundation. All rights reserved.
4*c66ec88fSEmmanuel Vadot */
5*c66ec88fSEmmanuel Vadot
6*c66ec88fSEmmanuel Vadot&msmgpio {
7*c66ec88fSEmmanuel Vadot	blsp1_uart2_default: blsp1_uart2_default {
8*c66ec88fSEmmanuel Vadot		pinmux {
9*c66ec88fSEmmanuel Vadot			function = "blsp_uart2";
10*c66ec88fSEmmanuel Vadot			pins = "gpio4", "gpio5";
11*c66ec88fSEmmanuel Vadot		};
12*c66ec88fSEmmanuel Vadot		pinconf {
13*c66ec88fSEmmanuel Vadot			pins = "gpio4", "gpio5";
14*c66ec88fSEmmanuel Vadot			drive-strength = <16>;
15*c66ec88fSEmmanuel Vadot			bias-disable;
16*c66ec88fSEmmanuel Vadot		};
17*c66ec88fSEmmanuel Vadot	};
18*c66ec88fSEmmanuel Vadot
19*c66ec88fSEmmanuel Vadot	blsp1_uart2_sleep: blsp1_uart2_sleep {
20*c66ec88fSEmmanuel Vadot		pinmux {
21*c66ec88fSEmmanuel Vadot			function = "gpio";
22*c66ec88fSEmmanuel Vadot			pins = "gpio4", "gpio5";
23*c66ec88fSEmmanuel Vadot		};
24*c66ec88fSEmmanuel Vadot		pinconf {
25*c66ec88fSEmmanuel Vadot			pins = "gpio4", "gpio5";
26*c66ec88fSEmmanuel Vadot			drive-strength = <2>;
27*c66ec88fSEmmanuel Vadot			bias-pull-down;
28*c66ec88fSEmmanuel Vadot		};
29*c66ec88fSEmmanuel Vadot	};
30*c66ec88fSEmmanuel Vadot};
31