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:
parent
d804ee3bf0
commit
a913d0cff5
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@
|
|||
};
|
||||
|
||||
&i2c0 {
|
||||
compatible = "nordic,nrf-twi";
|
||||
status = "okay";
|
||||
sda-gpios = <&gpio0 12 0>;
|
||||
scl-gpios = <&gpio0 11 0>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue