boards: Adding zephyr_i2c to Adafruit RP2040 QTPY
This adds the generic plugable alias to the Adafruit RP2040 QT PY for its STEMMA-QT connector. Signed-off-by: Ian Wakely <raveious.irw@gmail.com> Signed-off-by: Ian Wakely <raveious.irw@gmail.com>
This commit is contained in:
parent
631654f8cd
commit
1fc66b1caf
@ -88,16 +88,16 @@
|
||||
};
|
||||
|
||||
&i2c0 {
|
||||
clock-frequency = <I2C_BITRATE_FAST>;
|
||||
status = "okay";
|
||||
pinctrl-0 = <&i2c0_default>;
|
||||
pinctrl-names = "default";
|
||||
clock-frequency = <I2C_BITRATE_FAST>;
|
||||
};
|
||||
|
||||
&i2c1 {
|
||||
zephyr_i2c: &i2c1 {
|
||||
status = "okay";
|
||||
pinctrl-0 = <&i2c1_default>;
|
||||
pinctrl-names = "default";
|
||||
status = "okay";
|
||||
clock-frequency = <I2C_BITRATE_FAST>;
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user