samples: die_temp_polling: Add nrf52840dk overlay

Adds overlay for the nrf52840dk.

Signed-off-by: Hisanori YAMAOKU <yamaoku.hisanor@fujitsu.com>
This commit is contained in:
Hisanori YAMAOKU 2023-02-20 19:32:10 +09:00 committed by Maureen Helm
parent 49fd55cae9
commit 2ed97bc911

View file

@ -0,0 +1,11 @@
/*
* SPDX-License-Identifier: Apache-2.0
*
* Copyright (c) 2023 Hisanori YAMAOKU
*/
/ {
aliases {
die-temp0 = &temp;
};
};