dts: bindings: clock: rpi_pico: Add default value matching the Pico SDK

The Pico SDK defines a default value for its XOSC multiplier. Reflect
this in the device tree binding so that it doesn't need to be repeated.

Signed-off-by: Andrew Featherstone <andrew.featherstone@gmail.com>
This commit is contained in:
Andrew Featherstone 2024-10-06 15:34:02 +01:00 committed by Benjamin Cabé
commit 0b97e8e817

View file

@ -11,4 +11,6 @@ include: raspberrypi,pico-clock.yaml
properties:
startup-delay-multiplier:
type: int
description: Startup delay multiplier
default: 1
description: |
Startup delay multiplier. The default value matches the Pico SDK.