Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Andreas Kemnade and committed by
Tony Lindgren
9151b767 14a213dc

+13
+13
arch/arm/boot/dts/omap3-gta04a5.dts
··· 75 75 >; 76 76 }; 77 77 78 + bno050_pins: pinmux-bno050-pins { 79 + pinctrl-single,pins = < 80 + OMAP3_CORE1_IOPAD(0x2136, PIN_INPUT | MUX_MODE4) /* gpin113 */ 81 + >; 82 + }; 78 83 }; 79 84 80 85 /* ··· 140 135 reg = <0x76>; 141 136 vdda-supply = <&vio>; 142 137 vddd-supply = <&vio>; 138 + }; 139 + 140 + imu@29 { 141 + compatible = "bosch,bno055"; 142 + reg = <0x29>; 143 + pinctrl-names = "default"; 144 + pinctrl-0 = <&bno050_pins>; 145 + /* interrupt at &gpio4 17 */ 143 146 }; 144 147 };