summaryrefslogtreecommitdiff
path: root/arch/riscv/boot/dts/starfive/jh7110-visionfive-v2-ac108.dts
blob: 0dbcf21f0cdd84e665c7d6519a6eaf05fc0285cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// SPDX-License-Identifier: GPL-2.0 OR MIT
/*
 * Copyright (C) 2022 StarFive Technology Co., Ltd.
 * Copyright (C) 2022 Hal Feng <hal.feng@starfivetech.com>
 */

/dts-v1/;
#include "jh7110-visionfive-v2.dts"
#include "codecs/sf_ac108.dtsi"

&i2c0 {
	ac108_a: ac108@3b {
		compatible = "x-power,ac108_0";
		reg = <0x3b>;
		#sound-dai-cells = <0>;
		data-protocol = <0>;
	};
};

&i2srx_3ch {
	status = "okay";
};