1/* 2 * Device Tree Source for UniPhier SoCs default pinctrl settings 3 * 4 * Copyright (C) 2015-2017 Socionext Inc. 5 * Author: Masahiro Yamada <yamada.masahiro@socionext.com> 6 * 7 * SPDX-License-Identifier: GPL-2.0+ X11 8 */ 9 10&pinctrl { 11 pinctrl_emmc: emmc_grp { 12 groups = "emmc", "emmc_dat8"; 13 function = "emmc"; 14 }; 15 16 pinctrl_emmc_1v8: emmc_grp_1v8 { 17 groups = "emmc", "emmc_dat8"; 18 function = "emmc"; 19 }; 20 21 pinctrl_i2c0: i2c0_grp { 22 groups = "i2c0"; 23 function = "i2c0"; 24 }; 25 26 pinctrl_i2c1: i2c1_grp { 27 groups = "i2c1"; 28 function = "i2c1"; 29 }; 30 31 pinctrl_i2c2: i2c2_grp { 32 groups = "i2c2"; 33 function = "i2c2"; 34 }; 35 36 pinctrl_i2c3: i2c3_grp { 37 groups = "i2c3"; 38 function = "i2c3"; 39 }; 40 41 pinctrl_i2c4: i2c4_grp { 42 groups = "i2c4"; 43 function = "i2c4"; 44 }; 45 46 pinctrl_nand: nand_grp { 47 groups = "nand"; 48 function = "nand"; 49 }; 50 51 pinctrl_nand2cs: nand2cs_grp { 52 groups = "nand", "nand_cs1"; 53 function = "nand"; 54 }; 55 56 pinctrl_sd: sd_grp { 57 groups = "sd"; 58 function = "sd"; 59 }; 60 61 pinctrl_sd_1v8: sd_grp_1v8 { 62 groups = "sd"; 63 function = "sd"; 64 }; 65 66 pinctrl_sd1: sd1_grp { 67 groups = "sd1"; 68 function = "sd1"; 69 }; 70 71 pinctrl_sd1_1v8: sd1_grp_1v8 { 72 groups = "sd1"; 73 function = "sd1"; 74 }; 75 76 pinctrl_system_bus: system_bus_grp { 77 groups = "system_bus", "system_bus_cs1"; 78 function = "system_bus"; 79 }; 80 81 pinctrl_uart0: uart0_grp { 82 groups = "uart0"; 83 function = "uart0"; 84 }; 85 86 pinctrl_uart1: uart1_grp { 87 groups = "uart1"; 88 function = "uart1"; 89 }; 90 91 pinctrl_uart2: uart2_grp { 92 groups = "uart2"; 93 function = "uart2"; 94 }; 95 96 pinctrl_uart3: uart3_grp { 97 groups = "uart3"; 98 function = "uart3"; 99 }; 100 101 pinctrl_usb0: usb0_grp { 102 groups = "usb0"; 103 function = "usb0"; 104 }; 105 106 pinctrl_usb1: usb1_grp { 107 groups = "usb1"; 108 function = "usb1"; 109 }; 110 111 pinctrl_usb2: usb2_grp { 112 groups = "usb2"; 113 function = "usb2"; 114 }; 115 116 pinctrl_usb3: usb3_grp { 117 groups = "usb3"; 118 function = "usb3"; 119 }; 120}; 121