summaryrefslogtreecommitdiff
path: root/zephyr/program/rex/rex-sans-sensors/project.overlay
blob: 59f3f5ae6d37333c0a87fcbc665a8d4646040fa1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* Copyright 2023 The ChromiumOS Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

/* Include base Rex */
#include "../rex/project.overlay"

&i2c0_0 {
	status = "disabled";
};
&i2c_ec_i2c_sensor {
	status = "disabled";
};
&int_imu {
	status = "disabled";
};
&int_als_rgb {
	status = "disabled";
};
&int_accel {
	status = "disabled";
};