| .. | .. |
|---|
| 73 | 73 | |
|---|
| 74 | 74 | leds { |
|---|
| 75 | 75 | compatible = "gpio-leds"; |
|---|
| 76 | | - pinctrl-names = "default"; |
|---|
| 77 | | - pinctrl-0 = <&leds_opc>, <&leds_r_opc>; |
|---|
| 78 | 76 | |
|---|
| 79 | 77 | pwr_led { |
|---|
| 80 | 78 | label = "orangepi:green:pwr"; |
|---|
| .. | .. |
|---|
| 90 | 88 | |
|---|
| 91 | 89 | r_gpio_keys { |
|---|
| 92 | 90 | compatible = "gpio-keys"; |
|---|
| 93 | | - pinctrl-names = "default"; |
|---|
| 94 | | - pinctrl-0 = <&sw_r_opc>; |
|---|
| 95 | 91 | |
|---|
| 96 | 92 | sw4 { |
|---|
| 97 | 93 | label = "sw4"; |
|---|
| .. | .. |
|---|
| 152 | 148 | |
|---|
| 153 | 149 | &ir { |
|---|
| 154 | 150 | pinctrl-names = "default"; |
|---|
| 155 | | - pinctrl-0 = <&ir_pins_a>; |
|---|
| 151 | + pinctrl-0 = <&r_ir_rx_pin>; |
|---|
| 156 | 152 | status = "okay"; |
|---|
| 157 | 153 | }; |
|---|
| 158 | 154 | |
|---|
| .. | .. |
|---|
| 179 | 175 | status = "okay"; |
|---|
| 180 | 176 | }; |
|---|
| 181 | 177 | |
|---|
| 182 | | -&pio { |
|---|
| 183 | | - leds_opc: led_pins { |
|---|
| 184 | | - pins = "PA15"; |
|---|
| 185 | | - function = "gpio_out"; |
|---|
| 186 | | - }; |
|---|
| 187 | | -}; |
|---|
| 188 | | - |
|---|
| 189 | 178 | &r_i2c { |
|---|
| 190 | 179 | status = "okay"; |
|---|
| 191 | 180 | |
|---|
| .. | .. |
|---|
| 210 | 199 | }; |
|---|
| 211 | 200 | }; |
|---|
| 212 | 201 | |
|---|
| 213 | | -&r_pio { |
|---|
| 214 | | - leds_r_opc: led_pins { |
|---|
| 215 | | - pins = "PL10"; |
|---|
| 216 | | - function = "gpio_out"; |
|---|
| 217 | | - }; |
|---|
| 218 | | - |
|---|
| 219 | | - sw_r_opc: key_pins { |
|---|
| 220 | | - pins = "PL3"; |
|---|
| 221 | | - function = "gpio_in"; |
|---|
| 222 | | - }; |
|---|
| 223 | | -}; |
|---|
| 224 | | - |
|---|
| 225 | 202 | ®_usb0_vbus { |
|---|
| 226 | 203 | gpio = <&r_pio 0 2 GPIO_ACTIVE_HIGH>; /* PL2 */ |
|---|
| 227 | 204 | status = "okay"; |
|---|
| .. | .. |
|---|
| 229 | 206 | |
|---|
| 230 | 207 | &uart0 { |
|---|
| 231 | 208 | pinctrl-names = "default"; |
|---|
| 232 | | - pinctrl-0 = <&uart0_pins_a>; |
|---|
| 209 | + pinctrl-0 = <&uart0_pa_pins>; |
|---|
| 233 | 210 | status = "okay"; |
|---|
| 234 | 211 | }; |
|---|
| 235 | 212 | |
|---|