zephyr/tests/drivers/build_all/gpio.dtsi
Jamie McCrae 4cf1832fa8 drivers: sensors: sm351lt: Add new driver
Adds sm351lt magnetoresitive sensor driver.

Signed-off-by: Jamie McCrae <jamie.mccrae@lairdconnect.com>
2020-08-24 16:48:47 -05:00

14 lines
251 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>;
label = "SM351LT0";
};