20 lines
422 B
Plaintext
20 lines
422 B
Plaintext
/*
|
|
* Copyright (c) 2023 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*
|
|
* Application overlay for testing the devicetree.h API.
|
|
*
|
|
* Names in this file should be chosen in a way that won't conflict
|
|
* with real-world devicetree nodes, to allow these tests to run on
|
|
* (and be extended to test) real hardware.
|
|
*/
|
|
|
|
|
|
/ {
|
|
sensing: sensing-node {
|
|
compatible = "zephyr,sensing";
|
|
status = "okay";
|
|
};
|
|
};
|