mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 07:42:53 +00:00
The ccs811 sensor is connected to exclusive i2c pins CCS811_I2C. Signed-off-by: Christian Taedcke <christian.taedcke@lemonbeat.com>
10 lines
119 B
Plaintext
10 lines
119 B
Plaintext
/*
|
|
* Copyright (c) 2020 Christian Taedcke
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
&i2c1 {
|
|
status = "okay";
|
|
};
|