tests: drivers: i2c: support i2c_target_api cases for RT1180
Add corresponding i2c configuration for cm33/cm7 core Test cm33/cm7 core passed on my local Signed-off-by: Lucien Zhao <lucien.zhao@nxp.com>
This commit is contained in:
parent
a8e14acba4
commit
67a30da697
5 changed files with 54 additions and 0 deletions
|
@ -0,0 +1 @@
|
||||||
|
CONFIG_I2C_VIRTUAL=n
|
|
@ -0,0 +1,25 @@
|
||||||
|
/*
|
||||||
|
* Copyright 2024 NXP
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* To test this sample, connect J41.12 <-> J44.20 and J41.10 <-> J44.18 */
|
||||||
|
|
||||||
|
&lpi2c2 {
|
||||||
|
status = "okay";
|
||||||
|
eeprom0: eeprom@54 {
|
||||||
|
compatible = "zephyr,i2c-target-eeprom";
|
||||||
|
reg = <0x54>;
|
||||||
|
size = <256>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&lpi2c3 {
|
||||||
|
status = "okay";
|
||||||
|
eeprom1: eeprom@56 {
|
||||||
|
compatible = "zephyr,i2c-target-eeprom";
|
||||||
|
reg = <0x56>;
|
||||||
|
size = <256>;
|
||||||
|
};
|
||||||
|
};
|
|
@ -0,0 +1 @@
|
||||||
|
CONFIG_I2C_VIRTUAL=n
|
|
@ -0,0 +1,25 @@
|
||||||
|
/*
|
||||||
|
* Copyright 2024 NXP
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* To test this sample, connect J41.12 <-> J44.20 and J41.10 <-> J44.18 */
|
||||||
|
|
||||||
|
&lpi2c2 {
|
||||||
|
status = "okay";
|
||||||
|
eeprom0: eeprom@54 {
|
||||||
|
compatible = "zephyr,i2c-target-eeprom";
|
||||||
|
reg = <0x54>;
|
||||||
|
size = <256>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&lpi2c3 {
|
||||||
|
status = "okay";
|
||||||
|
eeprom1: eeprom@56 {
|
||||||
|
compatible = "zephyr,i2c-target-eeprom";
|
||||||
|
reg = <0x56>;
|
||||||
|
size = <256>;
|
||||||
|
};
|
||||||
|
};
|
|
@ -37,6 +37,8 @@ tests:
|
||||||
- frdm_mcxn947/mcxn947/cpu0
|
- frdm_mcxn947/mcxn947/cpu0
|
||||||
- mimxrt1170_evk@B/mimxrt1176/cm7
|
- mimxrt1170_evk@B/mimxrt1176/cm7
|
||||||
- mimxrt1170_evk/mimxrt1176/cm7
|
- mimxrt1170_evk/mimxrt1176/cm7
|
||||||
|
- mimxrt1180_evk/mimxrt1189/cm33
|
||||||
|
- mimxrt1180_evk/mimxrt1189/cm7
|
||||||
- mimxrt1040_evk
|
- mimxrt1040_evk
|
||||||
- mimxrt1060_evk
|
- mimxrt1060_evk
|
||||||
- frdm_ke17z512
|
- frdm_ke17z512
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue