Commit f5ddc99c authored by Mandar Chandrakant Thorat's avatar Mandar Chandrakant Thorat Committed by Anas Nashif
Browse files

boards: nrf52_blenano2: Add i2c's to nrf52_blenano2 board dts.



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: default avatarMandar Chandrakant Thorat <mandar.chandrakant.thorat@intel.com>
parent c7388348
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -27,6 +27,14 @@
	status ="ok";
};

&i2c0 {
	status = "ok";
};

&i2c1 {
	status = "ok";
};

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