Commit 3032985a authored by Sameer Pujar's avatar Sameer Pujar Committed by Thierry Reding

arm64: tegra: Add RT5658 device entry

Jetson AGX Xavier has an on-board audio codec whicn is connected to
Tegra I2S1 interface. Hence add corresponding device node for the
audio codec.
Signed-off-by: default avatarSameer Pujar <spujar@nvidia.com>
Reviewed-by: default avatarJon Hunter <jonathanh@nvidia.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent f1601302
......@@ -134,6 +134,21 @@ usb@3610000 {
phy-names = "usb2-0", "usb2-1", "usb2-3", "usb3-0", "usb3-2", "usb3-3";
};
i2c@c250000 {
status = "okay";
rt5658: audio-codec@1a {
status = "okay";
compatible = "realtek,rt5658";
reg = <0x1a>;
interrupt-parent = <&gpio>;
interrupts = <TEGRA194_MAIN_GPIO(S, 5) GPIO_ACTIVE_HIGH>;
realtek,jd-src = <2>;
sound-name-prefix = "CVB-RT";
};
};
pwm@c340000 {
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