1/*
2 * Copyright (c) 2023 Intel Corporation
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 *
6 * Application overlay for testing the devicetree.h API.
7 *
8 * Names in this file should be chosen in a way that won't conflict
9 * with real-world devicetree nodes, to allow these tests to run on
10 * (and be extended to test) real hardware.
11 */
12
13/ {
14	sensing: sensing-node {
15		compatible = "zephyr,sensing";
16		status = "okay";
17	};
18};
19