drivers: i2c: Support for RA6 devices
Add devices node that support I2C for RA6 boards Signed-off-by: Tri Nguyen <tri.nguyen.wj@bp.renesas.com>
This commit is contained in:
parent
110c81f2f7
commit
c8938737c0
35 changed files with 223 additions and 0 deletions
1
tests/drivers/i2c/i2c_api/boards/ek_ra6m1.conf
Normal file
1
tests/drivers/i2c/i2c_api/boards/ek_ra6m1.conf
Normal file
|
@ -0,0 +1 @@
|
|||
CONFIG_SENSOR_GY271_QMC=y
|
6
tests/drivers/i2c/i2c_api/boards/ek_ra6m1.overlay
Normal file
6
tests/drivers/i2c/i2c_api/boards/ek_ra6m1.overlay
Normal file
|
@ -0,0 +1,6 @@
|
|||
/ {
|
||||
aliases {
|
||||
i2c-0 = &iic0;
|
||||
gy271 = &iic0;
|
||||
};
|
||||
};
|
1
tests/drivers/i2c/i2c_api/boards/ek_ra6m2.conf
Normal file
1
tests/drivers/i2c/i2c_api/boards/ek_ra6m2.conf
Normal file
|
@ -0,0 +1 @@
|
|||
CONFIG_SENSOR_GY271_QMC=y
|
6
tests/drivers/i2c/i2c_api/boards/ek_ra6m2.overlay
Normal file
6
tests/drivers/i2c/i2c_api/boards/ek_ra6m2.overlay
Normal file
|
@ -0,0 +1,6 @@
|
|||
/ {
|
||||
aliases {
|
||||
i2c-0 = &iic2;
|
||||
gy271 = &iic2;
|
||||
};
|
||||
};
|
1
tests/drivers/i2c/i2c_api/boards/ek_ra6m3.conf
Normal file
1
tests/drivers/i2c/i2c_api/boards/ek_ra6m3.conf
Normal file
|
@ -0,0 +1 @@
|
|||
CONFIG_SENSOR_GY271_QMC=y
|
6
tests/drivers/i2c/i2c_api/boards/ek_ra6m3.overlay
Normal file
6
tests/drivers/i2c/i2c_api/boards/ek_ra6m3.overlay
Normal file
|
@ -0,0 +1,6 @@
|
|||
/ {
|
||||
aliases {
|
||||
i2c-0 = &iic2;
|
||||
gy271 = &iic2;
|
||||
};
|
||||
};
|
1
tests/drivers/i2c/i2c_api/boards/ek_ra6m4.conf
Normal file
1
tests/drivers/i2c/i2c_api/boards/ek_ra6m4.conf
Normal file
|
@ -0,0 +1 @@
|
|||
CONFIG_SENSOR_GY271_QMC=y
|
6
tests/drivers/i2c/i2c_api/boards/ek_ra6m4.overlay
Normal file
6
tests/drivers/i2c/i2c_api/boards/ek_ra6m4.overlay
Normal file
|
@ -0,0 +1,6 @@
|
|||
/ {
|
||||
aliases {
|
||||
i2c-0 = &iic1;
|
||||
gy271 = &iic1;
|
||||
};
|
||||
};
|
1
tests/drivers/i2c/i2c_api/boards/ek_ra6m5.conf
Normal file
1
tests/drivers/i2c/i2c_api/boards/ek_ra6m5.conf
Normal file
|
@ -0,0 +1 @@
|
|||
CONFIG_SENSOR_GY271_QMC=y
|
6
tests/drivers/i2c/i2c_api/boards/ek_ra6m5.overlay
Normal file
6
tests/drivers/i2c/i2c_api/boards/ek_ra6m5.overlay
Normal file
|
@ -0,0 +1,6 @@
|
|||
/ {
|
||||
aliases {
|
||||
i2c-0 = &iic1;
|
||||
gy271 = &iic1;
|
||||
};
|
||||
};
|
1
tests/drivers/i2c/i2c_api/boards/fpb_ra6e1.conf
Normal file
1
tests/drivers/i2c/i2c_api/boards/fpb_ra6e1.conf
Normal file
|
@ -0,0 +1 @@
|
|||
CONFIG_SENSOR_GY271_QMC=y
|
6
tests/drivers/i2c/i2c_api/boards/fpb_ra6e1.overlay
Normal file
6
tests/drivers/i2c/i2c_api/boards/fpb_ra6e1.overlay
Normal file
|
@ -0,0 +1,6 @@
|
|||
/ {
|
||||
aliases {
|
||||
i2c-0 = &iic0;
|
||||
gy271 = &iic0;
|
||||
};
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue