The real, applicable and trusted values are the ones flashed into BICR. So, drop DT properties that replicate BICR and use runtime reads to BICR instead. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
17 lines
369 B
YAML
17 lines
369 B
YAML
# Copyright (c) 2024 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Nordic nRF54H Series high-frequency crystal oscillator
|
|
|
|
compatible: "nordic,nrf54h-hfxo"
|
|
|
|
include: fixed-clock.yaml
|
|
|
|
properties:
|
|
clock-frequency:
|
|
const: 32000000
|
|
|
|
accuracy-ppm:
|
|
type: int
|
|
description: Clock accuracy in parts per million
|
|
required: true
|