- Add overlay for the esp32s2_saola board to die_temp_polling sample. - Add aliases for the die_temp_polling sample to esp32s2 dtsi. Signed-off-by: Hiroki Tada <tada.hiroki@fujitsu.com>
12 lines
218 B
Plaintext
12 lines
218 B
Plaintext
/*
|
|
* Copyright (c) 2022 Espressif Systems (Shanghai) Co., Ltd.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*
|
|
* Application overlay for creating temperature sensor device instance
|
|
*/
|
|
|
|
&coretemp {
|
|
status = "okay";
|
|
};
|