Lines Matching +full:clock +full:- +full:freq
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/sound/atmel,sama5d2-pdmic.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Claudiu Beznea <claudiu.beznea@microchip.com>
20 const: atmel,sama5d2-pdmic
30 - description: peripheral clock
31 - description: generated clock
33 clock-names:
35 - const: pclk
36 - const: gclk
41 dma-names:
44 atmel,mic-min-freq:
49 atmel,mic-max-freq:
57 description: The user-visible name of this sound card.
59 atmel,mic-offset:
65 - compatible
66 - reg
67 - interrupts
68 - dmas
69 - dma-names
70 - clock-names
71 - clocks
72 - atmel,mic-min-freq
73 - atmel,mic-max-freq
78 - |
79 #include <dt-bindings/dma/at91.h>
80 #include <dt-bindings/interrupt-controller/arm-gic.h>
83 compatible = "atmel,sama5d2-pdmic";
89 dma-names = "rx";
91 clock-names = "pclk", "gclk";
92 pinctrl-names = "default";
93 pinctrl-0 = <&pinctrl_pdmic_default>;
95 atmel,mic-min-freq = <1000000>;
96 atmel,mic-max-freq = <3246000>;
97 atmel,mic-offset = <0x0>;