tests: i2c: i2c_slave_api add comment for nucleo_f091rc
Adds comment for overlays for nucleo_f091rc in i2c_slave_api test case. Signed-off-by: Marc Desvaux <marc.desvaux-ext@st.com>
This commit is contained in:
parent
d644bebd93
commit
beaa5e98a6
|
@ -1,5 +1,15 @@
|
|||
/* SPDX-License-Identifier: Apache-2.0 */
|
||||
|
||||
/* I2C bus pins are exposed on the ST morpho header.
|
||||
*
|
||||
* Bus SDA SCL
|
||||
* Pin Hdr Pin Hdr
|
||||
* i2c1 PB9 CN10:5 PB8 CN10:3
|
||||
* i2c2 PA12 CN10:12 PA11 CN10:14
|
||||
*
|
||||
* Short Pin PB9 to PA12, and PB8 to PA11, for the test to pass.
|
||||
*/
|
||||
|
||||
&i2c1 {
|
||||
eeprom0: eeprom@54 {
|
||||
compatible = "zephyr,i2c-target-eeprom";
|
||||
|
|
Loading…
Reference in a new issue