1# Copyright (c) 2023 Renesas Electronics Corporation 2# SPDX-License-Identifier: Apache-2.0 3 4description: Smartbond low power oscillator 5 6compatible: "renesas,smartbond-lp-osc" 7 8include: 9 - name: fixed-clock.yaml 10 property-allowlist: 11 - status 12 - compatible 13 - clock-frequency 14 15properties: 16 calibration-interval: 17 type: int 18 default: 1 19 description: | 20 Time in seconds between calibration of low power clock RCX or RC32K. 21 For XTAL32K this value is not used. 22 If set to 0 calibration will not be performed. This can be applied 23 when XTAL32K is enabled for low power clock and RCX or RC32K is used 24 for watchdog and strict timing is not required. 25 26 settle-time: 27 type: int 28 default: 8000 29 description: | 30 This is only valid for XTAL32K. Time in ms needed to XTAL32K to settle. 31