Browse Source
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>pull/83405/head
8 changed files with 28 additions and 0 deletions
@ -0,0 +1 @@ |
|||||||
|
CONFIG_SENSOR_GY271_QMC=y |
@ -0,0 +1,6 @@ |
|||||||
|
/ { |
||||||
|
aliases { |
||||||
|
i2c-0 = &iic0; |
||||||
|
gy271 = &iic0; |
||||||
|
}; |
||||||
|
}; |
@ -0,0 +1 @@ |
|||||||
|
CONFIG_SENSOR_GY271_QMC=y |
@ -0,0 +1,6 @@ |
|||||||
|
/ { |
||||||
|
aliases { |
||||||
|
i2c-0 = &iic0; |
||||||
|
gy271 = &iic0; |
||||||
|
}; |
||||||
|
}; |
@ -0,0 +1 @@ |
|||||||
|
CONFIG_SENSOR_GY271_QMC=y |
@ -0,0 +1,6 @@ |
|||||||
|
/ { |
||||||
|
aliases { |
||||||
|
i2c-0 = &iic0; |
||||||
|
gy271 = &iic0; |
||||||
|
}; |
||||||
|
}; |
@ -0,0 +1 @@ |
|||||||
|
CONFIG_SENSOR_GY271_QMC=y |
Loading…
Reference in new issue