Commit 5a2ee872 authored by Thao Luong's avatar Thao Luong Committed by Benjamin Cabé
Browse files

tests: drivers: i2c: Add config and dts node for ek_ra4l1



Add config and dts node for ek_ra4l1 run on i2c_api

Signed-off-by: default avatarThao Luong <thao.luong.uw@renesas.com>
parent 48c46179
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
# Copyright (c) 2025 Renesas Electronics Corporation
# SPDX-License-Identifier: Apache-2.0

CONFIG_SENSOR_GY271_QMC=y
+12 −0
Original line number Diff line number Diff line
/*
 * Copyright (c) 2025 Renesas Electronics Corporation
 *
 * SPDX-License-Identifier: Apache-2.0
 */

/ {
	aliases {
		i2c-0 = &iic0;
		gy271 = &iic0;
	};
};