1compatible: "silabs,series2-lfxo" 2 3description: | 4 Silicon Labs LFXO peripheral (low-frequency crystal oscillator). 5 6include: fixed-clock.yaml 7 8properties: 9 ctune: 10 type: int 11 required: true 12 description: Load capacitance configuration 13 precision: 14 type: int 15 required: true 16 description: Precision configuration 17 timeout: 18 type: int 19 required: true 20 description: Startup timeout delay (cycles) 21 enum: [2, 256, 1024, 2048, 4096, 8192, 16384, 32768] 22 mode: 23 type: string 24 description: | 25 Mode of operation. Defaults to "xtal", expecting a 32768 Hz crystal oscillator on XI and XO 26 pins. May be set to "bufextclk" to use an external sinusoidal clock or "digextclk" to use 27 an external CMOS clock on the XI pin. 28 default: "xtal" 29 enum: ["xtal", "bufextclk", "digextclk"] 30