zephyr/tests/drivers/build_all/sensor/gpio.dtsi
Franciszek Zdobylak 862cd57a2a tests: drivers: Move the DHT22 sensor to gpio.dtsi
Move the DHT22 GPIO sensor to the gpio.dtsi overlay file.

Signed-off-by: Franciszek Zdobylak <fzdobylak@antmicro.com>
2023-09-26 08:36:52 +02:00

20 lines
350 B
Plaintext

/*
* Copyright (c) 2020, Laird Connectivity
*
* SPDX-License-Identifier: Apache-2.0
*
* Application overlay for gpio devices
*/
test_gpio_sm351lt: sm351lt0 {
compatible = "honeywell,sm351lt";
gpios = <&test_gpio 0 0>;
};
test_gpio_dht22: dht22 {
compatible = "aosong,dht";
status = "okay";
dio-gpios = <&test_gpio 0 0>;
/* dht22; */
};