1/* 2 * Copyright (c) 2013-2016, The Linux Foundation. All rights reserved. 3 * 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 and 6 * only version 2 as published by the Free Software Foundation. 7 * 8 * This program is distributed in the hope that it will be useful, 9 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 * GNU General Public License for more details. 12 */ 13 14&msmgpio { 15 blsp1_uart2_default: blsp1_uart2_default { 16 pinmux { 17 function = "blsp_uart2"; 18 pins = "gpio4", "gpio5"; 19 }; 20 pinconf { 21 pins = "gpio4", "gpio5"; 22 drive-strength = <16>; 23 bias-disable; 24 }; 25 }; 26 27 blsp1_uart2_sleep: blsp1_uart2_sleep { 28 pinmux { 29 function = "gpio"; 30 pins = "gpio4", "gpio5"; 31 }; 32 pinconf { 33 pins = "gpio4", "gpio5"; 34 drive-strength = <2>; 35 bias-pull-down; 36 }; 37 }; 38}; 39