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+ OR MIT) 8 */ 9 10&pinctrl { 11 pinctrl_aout: aout { 12 groups = "aout"; 13 function = "aout"; 14 }; 15 16 pinctrl_emmc: emmc { 17 groups = "emmc", "emmc_dat8"; 18 function = "emmc"; 19 }; 20 21 pinctrl_emmc_1v8: emmc-1v8 { 22 groups = "emmc", "emmc_dat8"; 23 function = "emmc"; 24 }; 25 26 pinctrl_ether_mii: ether-mii { 27 groups = "ether_mii"; 28 function = "ether_mii"; 29 }; 30 31 pinctrl_ether_rgmii: ether-rgmii { 32 groups = "ether_rgmii"; 33 function = "ether_rgmii"; 34 }; 35 36 pinctrl_ether_rmii: ether-rmii { 37 groups = "ether_rmii"; 38 function = "ether_rmii"; 39 }; 40 41 pinctrl_i2c0: i2c0 { 42 groups = "i2c0"; 43 function = "i2c0"; 44 }; 45 46 pinctrl_i2c1: i2c1 { 47 groups = "i2c1"; 48 function = "i2c1"; 49 }; 50 51 pinctrl_i2c2: i2c2 { 52 groups = "i2c2"; 53 function = "i2c2"; 54 }; 55 56 pinctrl_i2c3: i2c3 { 57 groups = "i2c3"; 58 function = "i2c3"; 59 }; 60 61 pinctrl_i2c4: i2c4 { 62 groups = "i2c4"; 63 function = "i2c4"; 64 }; 65 66 pinctrl_nand: nand { 67 groups = "nand"; 68 function = "nand"; 69 }; 70 71 pinctrl_nand2cs: nand2cs { 72 groups = "nand", "nand_cs1"; 73 function = "nand"; 74 }; 75 76 pinctrl_sd: sd { 77 groups = "sd"; 78 function = "sd"; 79 }; 80 81 pinctrl_sd_1v8: sd-1v8 { 82 groups = "sd"; 83 function = "sd"; 84 }; 85 86 pinctrl_sd1: sd1 { 87 groups = "sd1"; 88 function = "sd1"; 89 }; 90 91 pinctrl_sd1_1v8: sd1-1v8 { 92 groups = "sd1"; 93 function = "sd1"; 94 }; 95 96 pinctrl_system_bus: system-bus { 97 groups = "system_bus", "system_bus_cs1"; 98 function = "system_bus"; 99 }; 100 101 pinctrl_uart0: uart0 { 102 groups = "uart0"; 103 function = "uart0"; 104 }; 105 106 pinctrl_uart1: uart1 { 107 groups = "uart1"; 108 function = "uart1"; 109 }; 110 111 pinctrl_uart2: uart2 { 112 groups = "uart2"; 113 function = "uart2"; 114 }; 115 116 pinctrl_uart3: uart3 { 117 groups = "uart3"; 118 function = "uart3"; 119 }; 120 121 pinctrl_usb0: usb0 { 122 groups = "usb0"; 123 function = "usb0"; 124 }; 125 126 pinctrl_usb1: usb1 { 127 groups = "usb1"; 128 function = "usb1"; 129 }; 130 131 pinctrl_usb2: usb2 { 132 groups = "usb2"; 133 function = "usb2"; 134 }; 135 136 pinctrl_usb3: usb3 { 137 groups = "usb3"; 138 function = "usb3"; 139 }; 140}; 141