Lines Matching +full:non +full:- +full:default
4 - compatible
5 Should be "atmel,sama5d2-classd".
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
17 - clocks
18 Please refer to clock-bindings.txt.
19 - assigned-clocks
23 - pinctrl-names, pinctrl-0
24 Please refer to pinctrl-bindings.txt.
25 - atmel,model
26 The user-visible name of this sound complex.
27 The default value is "CLASSD".
28 - atmel,pwm-type
30 The default value is "single".
31 - atmel,non-overlap-time
32 Set non-overlapping time, the unit is nanosecond(ns).
34 <5>, <10>, <15>, <20>, the default value is <10>.
35 Non-overlapping will be disabled if not specified.
39 compatible = "atmel,sama5d2-classd";
45 dma-names = "tx";
47 clock-names = "pclk", "gclk";
48 assigned-clocks = <&classd_gclk>;
50 pinctrl-names = "default";
51 pinctrl-0 = <&pinctrl_classd_default>;
52 atmel,model = "classd @ SAMA5D2-Xplained";
53 atmel,pwm-type = "diff";
54 atmel,non-overlap-time = <10>;