From ae04401e12d06c033bc20ec7a02f21f9ac2ad4ac Mon Sep 17 00:00:00 2001 From: Thomas Keller Date: Sun, 18 Aug 2024 14:37:04 +0200 Subject: [PATCH] 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 --- boards/raspberrypi/rpi_pico/doc/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/raspberrypi/rpi_pico/doc/index.rst b/boards/raspberrypi/rpi_pico/doc/index.rst index a2c3468e34f..d88d1bf4f35 100644 --- a/boards/raspberrypi/rpi_pico/doc/index.rst +++ b/boards/raspberrypi/rpi_pico/doc/index.rst @@ -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