summaryrefslogtreecommitdiffstats
path: root/dts/src/arm64/mediatek/mt8183-kukui-audio-ts3a227e.dtsi
blob: 0799c48ade19e302a384381977b2e2edaded9b24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
/*
 * Google Kukui (and derivatives) audio fragment for ts3a227e.
 *
 * Copyright 2019 Google LLC.
 */

&i2c5 {
	ts3a227e: ts3a227e@3b {
		pinctrl-names = "default";
		pinctrl-0 = <&ts3a227e_pins>;
		compatible = "ti,ts3a227e";
		reg = <0x3b>;
		interrupt-parent = <&pio>;
		interrupts = <157 IRQ_TYPE_LEVEL_LOW>;
		status = "okay";
	};
};

&pio {
	ts3a227e_pins: ts3a227e_pins {
		pins1 {
			pinmux = <PINMUX_GPIO157__FUNC_GPIO157>;
			input-enable;
			bias-pull-up;
		};
	};
};

&sound {
	mediatek,headset-codec = <&ts3a227e>;
};