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:
Luis Ubieda 2024-05-09 16:45:14 -04:00 committed by Anas Nashif
commit 34e1333a43

View file

@ -0,0 +1,10 @@
/*
* Copyright (c) 2023 Intel Corporation
* SPDX-License-Identifier: Apache-2.0
*/
/ {
aliases {
i2c-ram = &arduino_i2c;
};
};