blob: 42619a18799bc0d84b640437f83ac38da4b74bbb [file] [log] [blame]
developer31003ad2021-09-28 21:14:06 +08001&pio {
2 wifi_led_pins: wifi_led-pins-1-2 {
3 mux {
4 function = "led";
5 groups = "wifi_led";
6 };
7 };
8
9 i2c_pins: i2c-pins-3-4 {
10 mux {
11 function = "i2c";
12 groups = "i2c";
13 };
14 };
15
16 uart1_pins_g0: uart1-pins-7-to-10 {
17 mux {
18 function = "uart";
19 groups = "uart1_0";
20 };
21 };
22
23 pcie0_pins: pcie0-pins-9-10-41 {
24 mux {
25 function = "pcie";
26 groups = "pcie_clk", "pcie_wake", "pcie_pereset";
27 };
28 };
29
30 jtag_pins: jtag-pins-11-to-14 {
31 mux {
32 function = "jtag";
33 groups = "jtag";
34 };
35 };
36
37 spic_pins_g0: spic-pins-11-to-14 {
38 mux {
39 function = "spi";
40 groups = "spi1_0";
41 };
42 };
43
44 pwm1_pin_g0: pwm1-pin-20 {
45 mux {
46 function = "pwm";
47 groups = "pwm1_1";
48 };
49 };
50
51 pwm0_pin: pwm0-pin-21 {
52 mux {
53 function = "pwm";
54 groups = "pwm0";
55 };
56 };
57
58 pwm1_pin_g1: pwm1-pin-22 {
59 mux {
60 function = "pwm";
61 groups = "pwm1_0";
62 };
63 };
64
65 spic_pins_g1: spic-pins-23-to-26 {
66 mux {
67 function = "spi";
68 groups = "spi1_1";
69 };
70 };
71
72 uart1_pins_g1: uart1-pins-23-to-26 {
73 mux {
74 function = "uart";
75 groups = "uart1_1";
76 };
77 };
78
79 spic_pins_g2: spic-pins-29-to-32 {
80 mux {
81 function = "spi";
82 groups = "spi1_2";
83 };
84 };
85
86 uart1_pins_g2: uart1-pins-29-to-32 {
87 mux {
88 function = "uart";
89 groups = "uart1_2";
90 };
91 };
92
93 uart2_pins_g0: uart1-pins-29-to-32 {
94 mux {
95 function = "uart";
96 groups = "uart1_2";
97 };
98 };
99
100 uart2_pins_g1: uart1-pins-23-to-36 {
101 mux {
102 function = "uart";
103 groups = "uart2_1";
104 };
105 };
106
107 spic_pins_g3: spic-pins-33-to-36 {
108 mux {
109 function = "spi";
110 groups = "spi1_3";
111 };
112 };
113
114 uart1_pins_g3: uart1-pins-35-to-38 {
115 mux {
116 function = "uart";
117 groups = "uart1_3_rx_tx", "uart1_3_cts_rts";
118 };
119 };
120
121 uart1_pins: uart1-pins-42-to-45 {
122 mux {
123 function = "uart";
124 groups = "uart1";
125 };
126 };
127
128 uart2_pins: uart1-pins-46-to-49 {
129 mux {
130 function = "uart";
131 groups = "uart2";
132 };
133 };
134
135 pcm_pins: pcm-pins-62-to-65 {
136 mux {
137 function = "pcm";
138 groups = "pcm";
139 };
140 };
141};