Skip to content

Commit a913d0c

Browse files
jeremyherbertcarlescufi
authored andcommitted
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 <[email protected]>
1 parent d804ee3 commit a913d0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boards/arm/adafruit_feather_nrf52840/adafruit_feather_nrf52840.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
};
7777

7878
&i2c0 {
79+
compatible = "nordic,nrf-twi";
7980
status = "okay";
8081
sda-gpios = <&gpio0 12 0>;
8182
scl-gpios = <&gpio0 11 0>;

0 commit comments

Comments
 (0)