Merge branch 'master' of git://www.denx.de/git/u-boot-imx
[oweals/u-boot.git] / arch / arm / dts / uniphier-pinctrl.dtsi
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_i2c0: i2c0_grp {
16                 groups = "i2c0";
17                 function = "i2c0";
18         };
19
20         pinctrl_i2c1: i2c1_grp {
21                 groups = "i2c1";
22                 function = "i2c1";
23         };
24
25         pinctrl_i2c2: i2c2_grp {
26                 groups = "i2c2";
27                 function = "i2c2";
28         };
29
30         pinctrl_i2c3: i2c3_grp {
31                 groups = "i2c3";
32                 function = "i2c3";
33         };
34
35         pinctrl_sd: sd_grp {
36                 groups = "sd";
37                 function = "sd";
38         };
39
40         pinctrl_sd1: sd1_grp {
41                 groups = "sd1";
42                 function = "sd1";
43         };
44
45         pinctrl_uart0: uart0_grp {
46                 groups = "uart0";
47                 function = "uart0";
48         };
49
50         pinctrl_uart1: uart1_grp {
51                 groups = "uart1";
52                 function = "uart1";
53         };
54
55         pinctrl_uart2: uart2_grp {
56                 groups = "uart2";
57                 function = "uart2";
58         };
59
60         pinctrl_uart3: uart3_grp {
61                 groups = "uart3";
62                 function = "uart3";
63         };
64
65         pinctrl_usb0: usb0_grp {
66                 groups = "usb0";
67                 function = "usb0";
68         };
69
70         pinctrl_usb1: usb1_grp {
71                 groups = "usb1";
72                 function = "usb1";
73         };
74
75         pinctrl_usb2: usb2_grp {
76                 groups = "usb2";
77                 function = "usb2";
78         };
79
80         pinctrl_usb3: usb3_grp {
81                 groups = "usb3";
82                 function = "usb3";
83         };
84 };