Lines Matching +full:dsp +full:- +full:reset
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 which consists of a Digital Signal Processor (DSP), several Digital
15 - Jaroslav Kysela <perex@perex.cz>
16 - Takashi Iwai <tiwai@suse.com>
19 - $ref: dai-common.yaml#
30 spi-max-frequency:
33 reset-gpios:
35 A GPIO line handling reset of the chip. As the line is active low,
39 '#gpio-cells':
42 gpio-controller: true
44 '#sound-dai-cells':
48 - compatible
49 - reg
50 - '#gpio-cells'
51 - gpio-controller
52 - '#sound-dai-cells'
57 - |
58 #include <dt-bindings/gpio/gpio.h>
60 #address-cells = <1>;
61 #size-cells = <0>;
64 gpio-controller;
65 #gpio-cells = <2>;
66 #sound-dai-cells = <0>;
69 spi-max-frequency = <12000000>;
70 reset-gpios = <&gpio1 0 GPIO_ACTIVE_LOW>;