Skip to content

Commit bf80a4d

Browse files
yuvraj-cirrentMaureenHelm
authored andcommitted
sensors: bmi270: Added bmi270 node for CY8CKIT-062S2-AI
Enable BMI270 in DTS for for Infineon CY8CKIT-062S2-AI kit. Fixes zephyrproject-rtos#103782 Signed-off-by: Khadke Yuvraj (CSS ICW SWE CI) <yuvraj.khadke@infineon.com>
1 parent 67b1a12 commit bf80a4d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

boards/infineon/cy8ckit_062s2_ai/cy8ckit_062s2_ai.dts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
sw0 = &user_bt;
2626
watchdog0 = &watchdog0;
2727
pressure-sensor = &dps368;
28+
accel0 = &bmi270;
2829
};
2930

3031
leds {
@@ -123,6 +124,12 @@ i2c0: &scb0 {
123124
status = "okay";
124125
reg = <0x77>;
125126
};
127+
128+
bmi270: bmi270@68 {
129+
compatible = "bosch,bmi270";
130+
status = "okay";
131+
reg = <0x68>;
132+
};
126133
};
127134

128135
&p0_2_scb0_i2c_scl {

0 commit comments

Comments
 (0)