Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 41399295 authored by Patrick Menschel's avatar Patrick Menschel
Browse files

Fix: Add Interrupt Pin for MPU-9250.


Signed-off-by: default avatarPatrick Menschel <menschel.p@posteo.de>
parent 52e5e481
Branches
1 merge request!104k3-am625-pocketbeagle2: Enable epwm2
......@@ -321,6 +321,13 @@
>;
};
/* IMU 9-Axis MPU-9250 */
mpu9250_pins: pinmux_mpu9250_pins {
pinctrl-single,pins = <
AM33XX_PADCONF(AM335X_PIN_MCASP0_AHCLKX, PIN_INPUT, MUX_MODE7) /* (U10) *gpio3_21 - INT_MPU */
>;
};
};
&uart0 {
......@@ -398,6 +405,7 @@
mpu9250@68 {
compatible = "invensense,mpu9250";
pinctrl-0 = <&mpu9250_pins>;
reg = <0x68>;
interrupt-parent = <&gpio3>;
interrupts = <21 IRQ_TYPE_EDGE_RISING>;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment