Skip to content

Commit 4f98e19

Browse files
committed
tests: drivers: temp_sensor: Add overlay for i.MX RT1180-EVK
Added temp_sensor overlay for i.MX RT1180-EVK Signed-off-by: Anders Bjørn Nedergaard <abn@polytech.com>
1 parent 8604a04 commit 4f98e19

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
* Copyright (c) 2025 Polytech A/S.
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
temp_sensor: &temp {
8+
status = "okay";
9+
};

0 commit comments

Comments
 (0)