raspberrypi / utils

A collection of scripts and simple applications
BSD 3-Clause "New" or "Revised" License
156 stars 49 forks source link

Is it possible to make I2C connections using `pinctrl`? #90

Closed seamusdemora closed 1 month ago

seamusdemora commented 4 months ago

Is there a way to make an I2C connection using pinctrl on a 'bookworm' RPi 5?

pelwell commented 4 months ago

No - pinctrl can enable an I2C function on some pins, but it can't enable the corresponding driver instance in Device Tree.