]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/dts/uniphier-pinctrl.dtsi
ARM: dts: uniphier: sync DT with Linux 4.14-rc5
[people/ms/u-boot.git] / arch / arm / dts / uniphier-pinctrl.dtsi
CommitLineData
d243c186
MY
1/*
2 * Device Tree Source for UniPhier SoCs default pinctrl settings
3 *
7317a940
MY
4 * Copyright (C) 2015-2017 Socionext Inc.
5 * Author: Masahiro Yamada <yamada.masahiro@socionext.com>
d243c186 6 *
d9403001 7 * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
d243c186
MY
8 */
9
10&pinctrl {
6c9e46ef
MY
11 pinctrl_aout: aout_grp {
12 groups = "aout";
13 function = "aout";
14 };
15
8182b419
MY
16 pinctrl_emmc: emmc_grp {
17 groups = "emmc", "emmc_dat8";
18 function = "emmc";
19 };
20
c7f94eec
MY
21 pinctrl_emmc_1v8: emmc_grp_1v8 {
22 groups = "emmc", "emmc_dat8";
23 function = "emmc";
24 };
25
27287487
MY
26 pinctrl_ether_mii: ether_mii_grp {
27 groups = "ether_mii";
28 function = "ether_mii";
29 };
30
31 pinctrl_ether_rgmii: ether_rgmii_grp {
32 groups = "ether_rgmii";
33 function = "ether_rgmii";
34 };
35
36 pinctrl_ether_rmii: ether_rmii_grp {
37 groups = "ether_rmii";
38 function = "ether_rmii";
39 };
40
d243c186
MY
41 pinctrl_i2c0: i2c0_grp {
42 groups = "i2c0";
43 function = "i2c0";
44 };
45
46 pinctrl_i2c1: i2c1_grp {
47 groups = "i2c1";
48 function = "i2c1";
49 };
50
51 pinctrl_i2c2: i2c2_grp {
52 groups = "i2c2";
53 function = "i2c2";
54 };
55
56 pinctrl_i2c3: i2c3_grp {
57 groups = "i2c3";
58 function = "i2c3";
59 };
60
7bdd1554
MY
61 pinctrl_i2c4: i2c4_grp {
62 groups = "i2c4";
63 function = "i2c4";
64 };
65
89d87692
MY
66 pinctrl_nand: nand_grp {
67 groups = "nand";
68 function = "nand";
69 };
70
c4adc50e
MY
71 pinctrl_nand2cs: nand2cs_grp {
72 groups = "nand", "nand_cs1";
73 function = "nand";
74 };
75
8182b419
MY
76 pinctrl_sd: sd_grp {
77 groups = "sd";
78 function = "sd";
79 };
80
c7f94eec
MY
81 pinctrl_sd_1v8: sd_grp_1v8 {
82 groups = "sd";
83 function = "sd";
84 };
85
8182b419
MY
86 pinctrl_sd1: sd1_grp {
87 groups = "sd1";
88 function = "sd1";
89 };
90
c7f94eec
MY
91 pinctrl_sd1_1v8: sd1_grp_1v8 {
92 groups = "sd1";
93 function = "sd1";
94 };
95
c4adc50e
MY
96 pinctrl_system_bus: system_bus_grp {
97 groups = "system_bus", "system_bus_cs1";
98 function = "system_bus";
99 };
100
d243c186
MY
101 pinctrl_uart0: uart0_grp {
102 groups = "uart0";
103 function = "uart0";
104 };
105
106 pinctrl_uart1: uart1_grp {
107 groups = "uart1";
108 function = "uart1";
109 };
110
111 pinctrl_uart2: uart2_grp {
112 groups = "uart2";
113 function = "uart2";
114 };
115
116 pinctrl_uart3: uart3_grp {
117 groups = "uart3";
118 function = "uart3";
119 };
120
121 pinctrl_usb0: usb0_grp {
122 groups = "usb0";
123 function = "usb0";
124 };
125
126 pinctrl_usb1: usb1_grp {
127 groups = "usb1";
128 function = "usb1";
129 };
130
131 pinctrl_usb2: usb2_grp {
132 groups = "usb2";
133 function = "usb2";
134 };
135
136 pinctrl_usb3: usb3_grp {
137 groups = "usb3";
138 function = "usb3";
139 };
140};