mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-08 08:02:59 -04:00
ARM: dts: omap: gta04: add BNO055 IMU chip
There is finally a driver upstreamed, so add the device. Signed-off-by: Andreas Kemnade <andreas@kemnade.info> Message-Id: <20230117223002.2609301-1-andreas@kemnade.info> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
committed by
Tony Lindgren
parent
14a213dcb0
commit
9151b7670d
@@ -75,6 +75,11 @@ OMAP3_CORE1_IOPAD(0x2138, PIN_INPUT | MUX_MODE4) /* gpin114 */
|
||||
>;
|
||||
};
|
||||
|
||||
bno050_pins: pinmux-bno050-pins {
|
||||
pinctrl-single,pins = <
|
||||
OMAP3_CORE1_IOPAD(0x2136, PIN_INPUT | MUX_MODE4) /* gpin113 */
|
||||
>;
|
||||
};
|
||||
};
|
||||
|
||||
/*
|
||||
@@ -136,4 +141,12 @@ bme280@76 {
|
||||
vdda-supply = <&vio>;
|
||||
vddd-supply = <&vio>;
|
||||
};
|
||||
|
||||
imu@29 {
|
||||
compatible = "bosch,bno055";
|
||||
reg = <0x29>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&bno050_pins>;
|
||||
/* interrupt at &gpio4 17 */
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user