File tree 1 file changed +27
-0
lines changed
1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,33 @@ hardware features:
79
79
- :kconfig:option: `CONFIG_PWM `
80
80
- :dtcompatible: `raspberrypi,pico-pwm `
81
81
82
+ Pin Mapping
83
+ ===========
84
+
85
+ The peripherals of the RP2040 SoC can be routed to various pins on the board.
86
+ The configuration of these routes can be modified through DTS. Please refer to
87
+ the datasheet to see the possible routings for each peripheral.
88
+
89
+ Default Zephyr Peripheral Mapping:
90
+ ----------------------------------
91
+
92
+ .. rst-class :: rst-columns
93
+
94
+ - UART0_TX : P0
95
+ - UART0_RX : P1
96
+ - I2C0_SDA : P4
97
+ - I2C0_SCL : P5
98
+ - I2C1_SDA : P14
99
+ - I2C1_SCL : P15
100
+ - SPI0_RX : P16
101
+ - SPI0_CSN : P17
102
+ - SPI0_SCK : P18
103
+ - SPI0_TX : P19
104
+ - ADC_CH0 : P26
105
+ - ADC_CH1 : P27
106
+ - ADC_CH2 : P28
107
+ - ADC_CH3 : P29
108
+
82
109
Programming and Debugging
83
110
*************************
84
111
You can’t perform that action at this time.
0 commit comments