1/*
2 * Copyright (C) 2023 Intel Corporation
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
6/*
7 * The overlay file should be used to enable any
8 * dts nodes required by this shell application for this
9 * board.
10 *
11 * Nothing here as of now.
12 */
13
14&timer0 {
15	status = "okay";
16};
17
18&timer1 {
19	status = "okay";
20};
21
22&timer2 {
23	status = "okay";
24};
25
26&timer3 {
27	status = "okay";
28};
29
30&sip_smc {
31	status = "okay";
32	zephyr,num-clients = <2>;
33};
34
35&sdmmc {
36	status = "okay";
37};
38