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>
21 const: atmel,sama5d2-classd
32 dma-names:
38 clock-names:
40 - const: pclk
41 - const: gclk
45 default: CLASSD
46 description: The user-visible name of this sound complex.
48 atmel,pwm-type:
51 - single
52 - diff
53 default: single
56 atmel,non-overlap-time:
59 - 5
60 - 10
61 - 15
62 - 20
63 default: 10
65 Set non-overlapping time, the unit is nanosecond(ns).
66 Non-overlapping will be disabled if not specified.
69 - compatible
70 - reg
71 - interrupts
72 - dmas
73 - dma-names
74 - clock-names
75 - clocks
80 - |
81 #include <dt-bindings/dma/at91.h>
82 #include <dt-bindings/interrupt-controller/arm-gic.h>
85 compatible = "atmel,sama5d2-classd";
91 dma-names = "tx";
93 clock-names = "pclk", "gclk";
94 assigned-clocks = <&classd_gclk>;
95 pinctrl-names = "default";
96 pinctrl-0 = <&pinctrl_classd_default>;
97 atmel,model = "classd @ SAMA5D2-Xplained";
98 atmel,pwm-type = "diff";
99 atmel,non-overlap-time = <10>;