forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
UDA1334 audio CODEC
 
This device uses simple GPIO pins for controlling codec settings.
 
Required properties:
 
  - compatible : "nxp,uda1334"
  - nxp,mute-gpios: a GPIO spec for the MUTE pin.
  - nxp,deemph-gpios: a GPIO spec for the De-emphasis pin
 
Example:
 
uda1334: audio-codec {
   compatible = "nxp,uda1334";
   nxp,mute-gpios = <&gpio1 8 GPIO_ACTIVE_LOW>;
   nxp,deemph-gpios = <&gpio3 3 GPIO_ACTIVE_LOW>;
};