1 // SPDX-License-Identifier: GPL-2.0
3 * Google Veyron (and derivatives) fragment for the max98090 audio
4 * codec and analog headphone jack.
6 * Copyright 2016 Google, Inc
11 compatible = "rockchip,rockchip-audio-max98090";
12 pinctrl-names = "default";
13 pinctrl-0 = <&mic_det>, <&hp_det>;
14 rockchip,model = "VEYRON-I2S";
15 rockchip,i2s-controller = <&i2s>;
16 rockchip,audio-codec = <&max98090>;
17 rockchip,hp-det-gpios = <&gpio6 RK_PA5 GPIO_ACTIVE_HIGH>;
18 rockchip,mic-det-gpios = <&gpio6 RK_PB3 GPIO_ACTIVE_LOW>;
19 rockchip,headset-codec = <&headsetcodec>;
24 max98090: max98090@10 {
25 compatible = "maxim,max98090";
27 interrupt-parent = <&gpio6>;
28 interrupts = <RK_PA7 IRQ_TYPE_EDGE_FALLING>;
30 clocks = <&cru SCLK_I2S0_OUT>;
31 pinctrl-names = "default";
32 pinctrl-0 = <&int_codec>;
37 headsetcodec: ts3a227e@3b {
38 compatible = "ti,ts3a227e";
40 interrupt-parent = <&gpio0>;
41 interrupts = <RK_PA3 IRQ_TYPE_LEVEL_LOW>;
42 pinctrl-names = "default";
43 pinctrl-0 = <&ts3a227e_int_l>;
44 ti,micbias = <7>; /* MICBIAS = 2.8V */
53 audio-supply = <&vcc18_codec>;
57 vcc10-supply = <&vcc33_sys>;
60 vcc18_codec: LDO_REG6 {
61 regulator-name = "vcc18_codec";
64 regulator-min-microvolt = <1800000>;
65 regulator-max-microvolt = <1800000>;
67 regulator-off-in-suspend;
76 rockchip,pins = <6 5 RK_FUNC_GPIO &pcfg_pull_up>;
80 * HACK: We're going to _pull down_ this _active low_ interrupt
81 * so that it never fires. We don't need this interrupt because
82 * we've got a ts3a227e chip but the driver requires it.
84 int_codec: int-codec {
85 rockchip,pins = <6 7 RK_FUNC_GPIO &pcfg_pull_down>;
89 rockchip,pins = <6 11 RK_FUNC_GPIO &pcfg_pull_up>;
94 ts3a227e_int_l: ts3a227e-int-l {
95 rockchip,pins = <0 3 RK_FUNC_GPIO &pcfg_pull_up>;