Commit 87bf7c7f authored by Katsuhiro Suzuki's avatar Katsuhiro Suzuki Committed by Heiko Stuebner

arm64: dts: rockchip: enable analog audio node for rock64

The Rock64 boards has analog audio jack on it. RK3328 can output
analog audio signal using I2S1 and ACODEC core.

This patch adds sound node for analog audio for Rock64.
Signed-off-by: default avatarKatsuhiro Suzuki <katsuhiro@katsuster.net>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent b78442b8
......@@ -66,7 +66,8 @@ vcc_sys: vcc-sys {
sound {
compatible = "audio-graph-card";
label = "rockchip,rk3328";
dais = <&spdif_p0>;
dais = <&i2s1_p0
&spdif_p0>;
};
spdif-dit {
......@@ -81,6 +82,16 @@ dit_p0_0: endpoint {
};
};
&codec {
status = "okay";
port@0 {
codec_p0_0: endpoint {
remote-endpoint = <&i2s1_p0_0>;
};
};
};
&cpu0 {
cpu-supply = <&vdd_arm>;
};
......@@ -243,6 +254,18 @@ regulator-state-mem {
};
};
&i2s1 {
status = "okay";
i2s1_p0: port {
i2s1_p0_0: endpoint {
dai-format = "i2s";
mclk-fs = <256>;
remote-endpoint = <&codec_p0_0>;
};
};
};
&io_domains {
status = "okay";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment