dts: bindings: clock: add nordic,nrf53-lfxo
Add binding for the nRF53 series LF crystal oscillator. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
e2f671ee00
commit
586cb18435
1 changed files with 30 additions and 0 deletions
30
dts/bindings/clock/nordic,nrf53-lfxo.yaml
Normal file
30
dts/bindings/clock/nordic,nrf53-lfxo.yaml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# Copyright (c) 2024 Nordic Semiconductor ASA
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: Nordic nRF low-frequency crystal oscillator (nRF53 series)
|
||||
|
||||
compatible: "nordic,nrf53-lfxo"
|
||||
|
||||
include: fixed-clock.yaml
|
||||
|
||||
properties:
|
||||
clock-frequency:
|
||||
const: 32768
|
||||
|
||||
load-capacitors:
|
||||
type: string
|
||||
enum:
|
||||
- "internal"
|
||||
- "external"
|
||||
description: |
|
||||
Type of load capacitors connected to the crystal.
|
||||
|
||||
load-capacitance-picofarad:
|
||||
type: int
|
||||
enum:
|
||||
- 6
|
||||
- 7
|
||||
- 9
|
||||
description: |
|
||||
Load capacitance in picofarads. This property is only used when
|
||||
load-capacitors is set to "internal".
|
||||
Loading…
Reference in a new issue