.. | .. |
---|
74 | 74 | |
---|
75 | 75 | leds { |
---|
76 | 76 | compatible = "gpio-leds"; |
---|
77 | | - pinctrl-names = "default"; |
---|
78 | | - pinctrl-0 = <&leds_opc>, <&leds_r_opc>; |
---|
79 | 77 | |
---|
80 | 78 | pwr_led { |
---|
81 | 79 | label = "orangepi:green:pwr"; |
---|
.. | .. |
---|
91 | 89 | |
---|
92 | 90 | r_gpio_keys { |
---|
93 | 91 | compatible = "gpio-keys"; |
---|
94 | | - pinctrl-names = "default"; |
---|
95 | | - pinctrl-0 = <&sw_r_opc>; |
---|
96 | 92 | |
---|
97 | 93 | sw4 { |
---|
98 | 94 | label = "sw4"; |
---|
.. | .. |
---|
126 | 122 | |
---|
127 | 123 | &ir { |
---|
128 | 124 | pinctrl-names = "default"; |
---|
129 | | - pinctrl-0 = <&ir_pins_a>; |
---|
| 125 | + pinctrl-0 = <&r_ir_rx_pin>; |
---|
130 | 126 | status = "okay"; |
---|
131 | 127 | }; |
---|
132 | 128 | |
---|
.. | .. |
---|
160 | 156 | status = "okay"; |
---|
161 | 157 | }; |
---|
162 | 158 | |
---|
163 | | -&pio { |
---|
164 | | - leds_opc: led_pins { |
---|
165 | | - pins = "PA15"; |
---|
166 | | - function = "gpio_out"; |
---|
167 | | - }; |
---|
168 | | -}; |
---|
169 | | - |
---|
170 | | -&r_pio { |
---|
171 | | - leds_r_opc: led_pins { |
---|
172 | | - pins = "PL10"; |
---|
173 | | - function = "gpio_out"; |
---|
174 | | - }; |
---|
175 | | - |
---|
176 | | - sw_r_opc: key_pins { |
---|
177 | | - pins = "PL3"; |
---|
178 | | - function = "gpio_in"; |
---|
179 | | - }; |
---|
180 | | -}; |
---|
181 | | - |
---|
182 | 159 | &uart0 { |
---|
183 | 160 | pinctrl-names = "default"; |
---|
184 | | - pinctrl-0 = <&uart0_pins_a>; |
---|
| 161 | + pinctrl-0 = <&uart0_pa_pins>; |
---|
185 | 162 | status = "okay"; |
---|
186 | 163 | }; |
---|
187 | 164 | |
---|