arm64: dts: ti: k3-am62a-main: Add Wave5 Video Encoder/Decoder Node
authorBrandon Brnich <b-brnich@ti.com>
Mon, 15 Apr 2024 20:46:59 +0000 (15:46 -0500)
committerNishanth Menon <nm@ti.com>
Mon, 29 Apr 2024 19:35:29 +0000 (14:35 -0500)
This patch adds support for the Wave521cl on the AM62A-SK.

Signed-off-by: Brandon Brnich <b-brnich@ti.com>
Reviewed-by: Devarsh Thakkar <devarsht@ti.com>
Link: https://lore.kernel.org/r/20240415204659.798548-1-b-brnich@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
arch/arm64/boot/dts/ti/k3-am62a-main.dtsi

index 3fd59283eafe25de6c2d5c987dd06ee611f42881..e746a20b9a5de3a8148eda769cc9ce880130b609 100644 (file)
                        #size-cells = <0>;
                };
        };
+
+       vpu: video-codec@30210000 {
+               compatible = "ti,j721s2-wave521c", "cnm,wave521c";
+               reg = <0x00 0x30210000 0x00 0x10000>;
+               clocks = <&k3_clks 204 2>;
+               power-domains = <&k3_pds 204 TI_SCI_PD_EXCLUSIVE>;
+       };
 };