Commit ab480b80 authored by Brandon Brnich's avatar Brandon Brnich Committed by Vignesh Raghavendra

arm64: dts: ti: k3-am62p: Add Wave5 Video Encoder/Decoder Node

This patch adds support for the Wave521cl on the AM62P.
Signed-off-by: default avatarBrandon Brnich <b-brnich@ti.com>
Link: https://lore.kernel.org/r/20240220191413.3355007-4-b-brnich@ti.comSigned-off-by: default avatarVignesh Raghavendra <vigneshr@ti.com>
parent 8caaf735
......@@ -1027,4 +1027,12 @@ dphy0: phy@30110000 {
power-domains = <&k3_pds 185 TI_SCI_PD_EXCLUSIVE>;
status = "disabled";
};
vpu: video-codec@30210000 {
compatible = "ti,j721s2-wave521c", "cnm,wave521c";
reg = <0x00 0x30210000 0x00 0x10000>;
interrupts = <GIC_SPI 225 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&k3_clks 204 2>;
power-domains = <&k3_pds 204 TI_SCI_PD_EXCLUSIVE>;
};
};
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