1# Copyright (c) 2022 Kumar Gala <galak@kernel.org> 2# SPDX-License-Identifier: Apache-2.0 3 4description: NXP OS Timer on i.MX-RT5xx/6xx 5 6compatible: "nxp,os-timer" 7 8include: base.yaml 9 10properties: 11 reg: 12 required: true 13 14 interrupts: 15 required: true 16 17 deep-sleep-counter: 18 type: phandle 19 description: | 20 Instance of a counter peripheral. The OS Timer maybe powered off in 21 certain deep power down modes. The OS Timer driver will use this 22 counter to wakeup and also to keep track of system time. 23