drivers: i2c: Add config I2C for EK-RA8D1 and MCK-RA8T1

Add config support I2C for EK-RA8D1 and MCK-RA8T1.

Signed-off-by: Khoa Nguyen <khoa.nguyen.xh@renesas.com>
This commit is contained in:
Khoa Nguyen 2024-08-26 14:56:13 +07:00 committed by Anas Nashif
commit 8e46d26106
10 changed files with 68 additions and 0 deletions

View file

@ -0,0 +1 @@
CONFIG_SENSOR_GY271_QMC=y

View file

@ -0,0 +1,15 @@
/*
* Copyright (c) 2024 Renesas Electronics Corporation
* SPDX-License-Identifier: Apache-2.0
*/
/ {
aliases {
i2c-0 = &iic1;
gy271 = &iic1;
};
};
&iic1 {
status = "okay";
};

View file

@ -0,0 +1 @@
CONFIG_SENSOR_GY271_QMC=y

View file

@ -0,0 +1,15 @@
/*
* Copyright (c) 2024 Renesas Electronics Corporation
* SPDX-License-Identifier: Apache-2.0
*/
/ {
aliases {
i2c-0 = &iic1;
gy271 = &iic1;
};
};
&iic1 {
status = "okay";
};