boards: bbc_microbit_v2: add missing i2c0 compatible
The board's main I2C bus controller doesn't have a compatible set, so it's not detected as an I2C bus at all. This breaks the build when trying to build the samples/sensor/lis2dh application with the lis2dh sensor on that bus. Fixes: #32420 Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
parent
a8b6936c7d
commit
d2280197ac
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@
|
|||
};
|
||||
|
||||
&i2c0 {
|
||||
compatible = "nordic,nrf-twim";
|
||||
status = "okay";
|
||||
clock-frequency = <I2C_BITRATE_FAST>;
|
||||
sda-pin = <16>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue