1/*
2 * Copyright (c) 2019 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7&i2c0 {
8	mpu6050@68 {
9		compatible = "invensense,mpu6050";
10		reg = <0x68>;
11		status = "okay";
12		int-gpios = <&gpio0 11 GPIO_ACTIVE_HIGH>;
13	};
14};
15