Commit 57509b8e authored by Javad Rahimipetroudi's avatar Javad Rahimipetroudi Committed by Alberto Escolar
Browse files

boards: arm: stm32wb5mm_dk:add support for vl53l0x



This patch add VL53L0CXV0DH node in the device tree
for STM32WB5MM_DK board.

Signed-off-by: default avatarJavad Rahimipetroudi <javad.rahimipetroudi@mind.be>
parent 55a988ef
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -174,6 +174,19 @@ zephyr_udc0: &usb {
	};
};

&i2c3 {
	pinctrl-0 = <&i2c3_scl_pb13 &i2c3_sda_pb11>;
	pinctrl-names = "default";
	status = "okay";
	clock-frequency = <I2C_BITRATE_FAST>;

	vl53l0x@29 {
		compatible = "st,vl53l0x";
		reg = <0x29>;
		xshut-gpios = <&gpioc 6 GPIO_ACTIVE_LOW>;
	};
};

&vref {
	status = "okay";
};