tests: i2c: i2c_ram: Add nrf52840dk overlay
To make it compatible with this test. Signed-off-by: Luis Ubieda <luisf@croxel.com>
This commit is contained in:
parent
64531e8213
commit
34e1333a43
1 changed files with 10 additions and 0 deletions
10
tests/drivers/i2c/i2c_ram/boards/nrf52840dk_nrf52840.overlay
Normal file
10
tests/drivers/i2c/i2c_ram/boards/nrf52840dk_nrf52840.overlay
Normal file
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* Copyright (c) 2023 Intel Corporation
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
/ {
|
||||
aliases {
|
||||
i2c-ram = &arduino_i2c;
|
||||
};
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue