1/*
2 * SPDX-License-Identifier: Apache-2.0
3 *
4 * Copyright (c) 2024 Cypress Semiconductor Corporation (an Infineon company) or
5 * an affiliate of Cypress Semiconductor Corporation
6 */
7
8/ {
9	aliases {
10		rtc = &rtc0;
11	};
12};
13
14&rtc0 {
15	status = "okay";
16};
17