tests: drivers: i2c: Add support i2c_api test for RA4, RA2
Add conf and overlay to run i2c_api test on: ek_ra4w1, ek_ra4m2, ek_ra4m3, ek_ra2a1 Signed-off-by: Tri Nguyen <tri.nguyen.wj@bp.renesas.com> Signed-off-by: Khoa Nguyen <khoa.nguyen.xh@renesas.com>
This commit is contained in:
parent
8e18d23eb2
commit
483a8df2f4
8 changed files with 28 additions and 0 deletions
1
tests/drivers/i2c/i2c_api/boards/ek_ra2a1.conf
Normal file
1
tests/drivers/i2c/i2c_api/boards/ek_ra2a1.conf
Normal file
|
|
@ -0,0 +1 @@
|
|||
CONFIG_SENSOR_GY271_QMC=y
|
||||
6
tests/drivers/i2c/i2c_api/boards/ek_ra2a1.overlay
Normal file
6
tests/drivers/i2c/i2c_api/boards/ek_ra2a1.overlay
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
/ {
|
||||
aliases {
|
||||
i2c-0 = &iic0;
|
||||
gy271 = &iic0;
|
||||
};
|
||||
};
|
||||
1
tests/drivers/i2c/i2c_api/boards/ek_ra4m2.conf
Normal file
1
tests/drivers/i2c/i2c_api/boards/ek_ra4m2.conf
Normal file
|
|
@ -0,0 +1 @@
|
|||
CONFIG_SENSOR_GY271_QMC=y
|
||||
6
tests/drivers/i2c/i2c_api/boards/ek_ra4m2.overlay
Normal file
6
tests/drivers/i2c/i2c_api/boards/ek_ra4m2.overlay
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
/ {
|
||||
aliases {
|
||||
i2c-0 = &iic0;
|
||||
gy271 = &iic0;
|
||||
};
|
||||
};
|
||||
1
tests/drivers/i2c/i2c_api/boards/ek_ra4m3.conf
Normal file
1
tests/drivers/i2c/i2c_api/boards/ek_ra4m3.conf
Normal file
|
|
@ -0,0 +1 @@
|
|||
CONFIG_SENSOR_GY271_QMC=y
|
||||
6
tests/drivers/i2c/i2c_api/boards/ek_ra4m3.overlay
Normal file
6
tests/drivers/i2c/i2c_api/boards/ek_ra4m3.overlay
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
/ {
|
||||
aliases {
|
||||
i2c-0 = &iic0;
|
||||
gy271 = &iic0;
|
||||
};
|
||||
};
|
||||
1
tests/drivers/i2c/i2c_api/boards/ek_ra4w1.conf
Normal file
1
tests/drivers/i2c/i2c_api/boards/ek_ra4w1.conf
Normal file
|
|
@ -0,0 +1 @@
|
|||
CONFIG_SENSOR_GY271_QMC=y
|
||||
6
tests/drivers/i2c/i2c_api/boards/ek_ra4w1.overlay
Normal file
6
tests/drivers/i2c/i2c_api/boards/ek_ra4w1.overlay
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
/ {
|
||||
aliases {
|
||||
i2c-0 = &iic0;
|
||||
gy271 = &iic0;
|
||||
};
|
||||
};
|
||||
Loading…
Reference in a new issue