1/*
2 * Copyright (c) 2023, Hiroki Tada
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 *
6 * Application overlay for creating temperature sensor device instance
7 */
8
9&coretemp {
10	status = "okay";
11};
12