Lines Matching +full:clock +full:- +full:freq
4 - compatible
5 Should be "atmel,sama5d2-pdmic".
6 - reg
8 - interrupts
10 - dmas
11 One DMA specifiers as described in atmel-dma.txt and dma.txt files.
12 - dma-names
14 - clock-names
16 - "pclk" peripheral clock
17 - "gclk" generated clock
18 - clocks
19 Must contain an entry for each required entry in clock-names.
20 Please refer to clock-bindings.txt.
21 - atmel,mic-min-freq
23 - atmel,mic-max-freq
27 - pinctrl-names, pinctrl-0
28 Please refer to pinctrl-bindings.txt.
29 - atmel,model
30 The user-visible name of this sound card.
32 - atmel,mic-offset
34 The range is from -32768 to 32767.
39 compatible = "atmel,sama5d2-pdmic";
45 dma-names = "rx";
47 clock-names = "pclk", "gclk";
49 pinctrl-names = "default";
50 pinctrl-0 = <&pinctrl_pdmic_default>;
52 atmel,mic-min-freq = <1000000>;
53 atmel,mic-max-freq = <3246000>;
54 atmel,mic-offset = <0x0>;