Lines Matching +full:non +full:- +full:default
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/sound/atmel,sama5d2-classd.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Nicolas Ferre <nicolas.ferre@microchip.com>
12 - Alexandre Belloni <alexandre.belloni@bootlin.com>
13 - Claudiu Beznea <claudiu.beznea@microchip.com>
22 - items:
23 - const: atmel,sama5d2-classd
24 - items:
25 - const: microchip,sam9x7-classd
26 - const: atmel,sama5d2-classd
37 dma-names:
43 clock-names:
45 - const: pclk
46 - const: gclk
50 default: CLASSD
51 description: The user-visible name of this sound complex.
53 atmel,pwm-type:
56 - single
57 - diff
58 default: single
61 atmel,non-overlap-time:
64 - 5
65 - 10
66 - 15
67 - 20
68 default: 10
70 Set non-overlapping time, the unit is nanosecond(ns).
71 Non-overlapping will be disabled if not specified.
74 - compatible
75 - reg
76 - interrupts
77 - dmas
78 - dma-names
79 - clock-names
80 - clocks
85 - |
86 #include <dt-bindings/dma/at91.h>
87 #include <dt-bindings/interrupt-controller/arm-gic.h>
90 compatible = "atmel,sama5d2-classd";
96 dma-names = "tx";
98 clock-names = "pclk", "gclk";
99 assigned-clocks = <&classd_gclk>;
100 pinctrl-names = "default";
101 pinctrl-0 = <&pinctrl_classd_default>;
102 atmel,model = "classd @ SAMA5D2-Xplained";
103 atmel,pwm-type = "diff";
104 atmel,non-overlap-time = <10>;