mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-14 05:47:35 +08:00
22 lines
470 B
YAML
22 lines
470 B
YAML
# Copyright (c) 2018, blik GmbH
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Common fields for RTC devices
|
|
|
|
include: base.yaml
|
|
|
|
properties:
|
|
clock-frequency:
|
|
type: int
|
|
required: false
|
|
description: Clock frequency information for RTC operation
|
|
label:
|
|
required: true
|
|
interrupts:
|
|
required: true
|
|
|
|
prescaler:
|
|
type: int
|
|
required: false
|
|
description: RTC frequency equals clock-frequency divided by the prescaler value
|