1# Copyright (c) 2024 Xudong Zheng 2# SPDX-License-Identifier: Apache-2.0 3 4description: | 5 The representation of Raspberry Pi Pico external oscillator 6 7compatible: "raspberrypi,pico-xosc" 8 9include: raspberrypi,pico-clock.yaml 10 11properties: 12 startup-delay-multiplier: 13 type: int 14 default: 1 15 description: | 16 Startup delay multiplier. The default value matches the Pico SDK. 17