Lines Matching +full:peripheral +full:- +full:in
2 # SPDX-License-Identifier: Apache-2.0
4 description: Nordic I2S (Inter-IC sound interface)
6 compatible: "nordic,nrf-i2s"
8 include: [i2s-controller.yaml, pinctrl-device.yaml]
17 pinctrl-0:
20 pinctrl-names:
23 clock-source:
27 Clock source to be used by the I2S peripheral for the master clock
28 (MCK) generator. The generator is only needed when the I2S peripheral
29 is operating in Master mode. The following options are available:
30 - "PCLK32M": 32 MHz peripheral clock, synchronous to HFCLK
31 - "PCLK32M_HFXO": PCLK32M running off the 32 MHz crystal oscillator
33 - "ACLK": Audio PLL clock with configurable frequency (frequency for
34 this clock must be set via the "hfclkaudio-frequency" property
35 in the "nordic,nrf-clock" node); this clock source is only available
36 in the nRF53 Series SoCs and it requires the use of HFXO
38 - "PCLK32M"
39 - "PCLK32M_HFXO"
40 - "ACLK"