1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/sound/maxim,max98390.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Maxim Integrated MAX98390 Speaker Amplifier with Integrated Dynamic Speaker Management
10 - Steve Lee <steves.lee@maximintegrated.com>
13 - $ref: dai-common.yaml#
21 description: I2C address of the device.
23 maxim,temperature_calib:
24 description: The calculated temperature data was measured while doing the calibration.
25 $ref: /schemas/types.yaml#/definitions/uint32
30 description: This is r0 calibration data which was measured in factory mode.
31 $ref: /schemas/types.yaml#/definitions/uint32
45 unevaluatedProperties: false
49 #include <dt-bindings/gpio/gpio.h>
53 max98390: amplifier@38 {
54 compatible = "maxim,max98390";
56 maxim,temperature_calib = <1024>;
57 maxim,r0_calib = <100232>;
58 reset-gpios = <&gpio 9 GPIO_ACTIVE_LOW>;