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:
parent
3316b95384
commit
0b97e8e817
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue