1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/sound/ti,tas5805m.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: TAS5805M audio amplifier
10 - Daniel Beer <daniel.beer@igorinstitute.com>
13 The TAS5805M is a class D audio amplifier with a built-in DSP.
23 I2C address of the amplifier. See the datasheet for possible values.
27 Regulator for audio power supply (PVDD in the datasheet).
31 Power-down control GPIO (PDN pin in the datasheet).
35 The name of the DSP configuration that should be loaded for this
36 instance. Configuration blobs are sequences of register writes
37 generated from TI's PPC3 tool.
38 $ref: /schemas/types.yaml#/definitions/string
40 additionalProperties: false
47 tas5805m: tas5805m@2c {
49 compatible = "ti,tas5805m";
51 pvdd-supply = <&audiopwr>;
52 pdn-gpios = <&tlmm 160 0>;
54 ti,dsp-config-name = "mono_pbtl_48khz";