1*2eb4d8dcSEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2*2eb4d8dcSEmmanuel Vadot%YAML 1.2 3*2eb4d8dcSEmmanuel Vadot--- 4*2eb4d8dcSEmmanuel Vadot$id: http://devicetree.org/schemas/sound/rt1019.yaml# 5*2eb4d8dcSEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml# 6*2eb4d8dcSEmmanuel Vadot 7*2eb4d8dcSEmmanuel Vadottitle: RT1019 Mono Class-D Audio Amplifier 8*2eb4d8dcSEmmanuel Vadot 9*2eb4d8dcSEmmanuel Vadotmaintainers: 10*2eb4d8dcSEmmanuel Vadot - jack.yu@realtek.com 11*2eb4d8dcSEmmanuel Vadot 12*2eb4d8dcSEmmanuel Vadotproperties: 13*2eb4d8dcSEmmanuel Vadot compatible: 14*2eb4d8dcSEmmanuel Vadot const: realtek,rt1019 15*2eb4d8dcSEmmanuel Vadot 16*2eb4d8dcSEmmanuel Vadot reg: 17*2eb4d8dcSEmmanuel Vadot maxItems: 1 18*2eb4d8dcSEmmanuel Vadot description: I2C address of the device. 19*2eb4d8dcSEmmanuel Vadot 20*2eb4d8dcSEmmanuel Vadotrequired: 21*2eb4d8dcSEmmanuel Vadot - compatible 22*2eb4d8dcSEmmanuel Vadot - reg 23*2eb4d8dcSEmmanuel Vadot 24*2eb4d8dcSEmmanuel VadotadditionalProperties: false 25*2eb4d8dcSEmmanuel Vadot 26*2eb4d8dcSEmmanuel Vadotexamples: 27*2eb4d8dcSEmmanuel Vadot - | 28*2eb4d8dcSEmmanuel Vadot i2c { 29*2eb4d8dcSEmmanuel Vadot #address-cells = <1>; 30*2eb4d8dcSEmmanuel Vadot #size-cells = <0>; 31*2eb4d8dcSEmmanuel Vadot rt1019: codec@28 { 32*2eb4d8dcSEmmanuel Vadot compatible = "realtek,rt1019"; 33*2eb4d8dcSEmmanuel Vadot reg = <0x28>; 34*2eb4d8dcSEmmanuel Vadot }; 35*2eb4d8dcSEmmanuel Vadot }; 36