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