blob: 2e37ededc3e7733b0e1415426842c73f467a95c5 [file] [log] [blame]
/*
* Copyright (c) 2021 Eug Krashtan
*
* SPDX-License-Identifier: Apache-2.0
*
* Application overlay for creating temperature sensor device instance
*/
/ {
stm-temp {
compatible = "st,stm32-temp";
io-channels = <&adc1 16>;
status = "okay";
};
};