File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 1010#include "am33xx.dtsi"
1111#include "am335x-bone-common.dtsi"
1212#include "am33xx-overlay-edma-fix.dtsi"
13+ #include <dt-bindings/interrupt-controller/irq.h>
1314
1415/ {
1516 model = "SanCloud BeagleBone Enhanced";
184185
185186 lps331ap: lps331ap@5C {
186187 compatible = "st,lps331ap";
188+ st,drdy-int-pin = <1>;
187189 reg = <0x5C>;
188- interrupts = <0>, <1>;
190+ interrupt-parent = <&gpio1>;
191+ interrupts = <27 IRQ_TYPE_EDGE_RISING>;
189192 };
190193
191194 mpu6050: mpu6050@68 {
192- compatible = "inv ,mpu6050";
195+ compatible = "invensense ,mpu6050";
193196 reg = <0x68>;
194- orientation = <0xff 0 0 0 1 0 0 0 0xff>;
195- interrupts = <2 1>;
197+ interrupt-parent = <&gpio0>;
198+ interrupts = <2 IRQ_TYPE_EDGE_RISING>;
199+ //orientation = <0xff 0 0 0 1 0 0 0 0xff>;
196200 };
197201};
198202
You can’t perform that action at this time.
0 commit comments