Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
cc3c0d04cf7e1e7f97d25170a80cf4c0a3a6324f
/
.
/
samples
/
drivers
/
rtc
/
boards
/
ek_ra4l1.overlay
blob: 89b258c05cbf879bbc7006f8fd11f53e1964bf60 [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2025 Renesas Electronics Corporation
* SPDX-License-Identifier: Apache-2.0
*/
/
{
aliases
{
rtc
=
&
rtc
;
};
};
&
rtc
{
interrupts
=
<
63
1
>;
interrupt
-
names
=
"cup"
;
status
=
"okay"
;
};