Browse Source

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>
pull/77991/head
Thomas Keller 11 months ago committed by Anas Nashif
parent
commit
ae04401e12
  1. 4
      boards/raspberrypi/rpi_pico/doc/index.rst

4
boards/raspberrypi/rpi_pico/doc/index.rst

@ -121,8 +121,8 @@ Default Zephyr Peripheral Mapping: @@ -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

Loading…
Cancel
Save