boards: arm: rpi_pico: Fix I2C compatible in docs
The documentation for rpi_pico used the wrong devicetree compatible for I2C. Signed-off-by: Yonatan Schachter <yonatan.schachter@gmail.com>
This commit is contained in:
parent
cb28ffbc8b
commit
9fdd905fa6
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ hardware features:
|
||||||
- :dtcompatible:`rpi,pico-gpio`
|
- :dtcompatible:`rpi,pico-gpio`
|
||||||
* - I2C
|
* - I2C
|
||||||
- :kconfig:option:`CONFIG_I2C`
|
- :kconfig:option:`CONFIG_I2C`
|
||||||
- :dtcompatible:`rpi,pico-i2c`
|
- :dtcompatible:`snps,designware-i2c`
|
||||||
* - HWINFO
|
* - HWINFO
|
||||||
- :kconfig:option:`CONFIG_HWINFO`
|
- :kconfig:option:`CONFIG_HWINFO`
|
||||||
- N/A
|
- N/A
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue