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