doc: rpi_pico fix I2C1 default peripheral mapping

This commit updates the board documentation to match the I2C1 default
peripheral mapping in rpi_pico-pinctrl.dtsi.

Signed-off-by: Thomas Keller <t.tschaler@gmail.com>
This commit is contained in:
Thomas Keller 2024-08-18 14:37:04 +02:00 committed by Anas Nashif
commit ae04401e12

View file

@ -121,8 +121,8 @@ Default Zephyr Peripheral Mapping:
- UART0_RX : P1
- I2C0_SDA : P4
- I2C0_SCL : P5
- I2C1_SDA : P14
- I2C1_SCL : P15
- I2C1_SDA : P6
- I2C1_SCL : P7
- SPI0_RX : P16
- SPI0_CSN : P17
- SPI0_SCK : P18