Skip to content

Commit fa94793

Browse files
tests: drivers: i2c: Add support test I2C for ek_ra4c1
Add support test app i2c_api for ek_ra4c1 board Signed-off-by: Khoa Nguyen <[email protected]>
1 parent 9be0f88 commit fa94793

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Copyright (c) 2025 Renesas Electronics Corporation
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
CONFIG_SENSOR_GY271_HMC=y
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/*
2+
* Copyright (c) 2025 Renesas Electronics Corporation
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/ {
8+
aliases {
9+
i2c-0 = &iic1;
10+
gy271 = &iic1;
11+
};
12+
};

0 commit comments

Comments
 (0)