boards: update adafruit_feather_nrf52840 dts to add i2c compatible property

This change is needed to correctly generate the devicetree headers
for use in other drivers (ie SSD1306).

Signed-off-by: Jeremy Herbert <jeremy.006@gmail.com>
This commit is contained in:
Jeremy Herbert 2021-03-23 10:59:25 +10:00 committed by Carles Cufí
commit a913d0cff5

View file

@ -76,6 +76,7 @@
};
&i2c0 {
compatible = "nordic,nrf-twi";
status = "okay";
sda-gpios = <&gpio0 12 0>;
scl-gpios = <&gpio0 11 0>;