Skip to content

Commit 333a58a

Browse files
Hau Hoquytranpzz
authored andcommitted
tests: drivers: i2c: Add overlay and config file for FPB-RX261 board
Add overlay and config file for FPB-RX261 board Signed-off-by: Hau Ho <[email protected]>
1 parent 0ca9f25 commit 333a58a

File tree

2 files changed

+12
-0
lines changed

2 files changed

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

0 commit comments

Comments
 (0)