- Add overlay for the esp32c3 board to die_temp_polling sample. - Add aliases for the die_temp_polling sample to esp32c3 dtsi. Testing Environment: esp32c3-devkitC-02 Signed-off-by: Hiroki Tada <tada.hiroki@fujitsu.com>
12 lines
195 B
Plaintext
12 lines
195 B
Plaintext
/*
|
|
* Copyright (c) 2023, Hiroki Tada
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*
|
|
* Application overlay for creating temperature sensor device instance
|
|
*/
|
|
|
|
&coretemp {
|
|
status = "okay";
|
|
};
|