Skip to content

Commit

Permalink
boards: nrf52_blenano2: Add i2c's to nrf52_blenano2 board dts.
Browse files Browse the repository at this point in the history
Fixes #8391

Enables the i2c drivers for these boards.
Required to enable i2c with these boards.
Tested samples/sensor/tmp112 for nrf52_blenano2
with i2c enabled.

Signed-off-by: Mandar Chandrakant Thorat <mandar.chandrakant.thorat@intel.com>
  • Loading branch information
mandarcthorat1 authored and nashif committed Jun 21, 2018
1 parent c738834 commit f5ddc99
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions boards/arm/nrf52_blenano2/nrf52_blenano2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@
status ="ok";
};

&i2c0 {
status = "ok";
};

&i2c1 {
status = "ok";
};

&uart0 {
compatible = "nordic,nrf-uart";
current-speed = <115200>;
Expand Down

0 comments on commit f5ddc99

Please sign in to comment.