[PATCH v5 3/4] arm64: dts: ti: k3-am62p: Add Wave5 Video Encoder/Decoder Node
Brandon Brnich
b-brnich at ti.com
Tue Feb 20 11:14:12 PST 2024
This patch adds support for the Wave521cl on the AM62P.
Signed-off-by: Brandon Brnich <b-brnich at ti.com>
---
arch/arm64/boot/dts/ti/k3-am62p-main.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm64/boot/dts/ti/k3-am62p-main.dtsi b/arch/arm64/boot/dts/ti/k3-am62p-main.dtsi
index 4c51bae06b57..fd346e01e44e 100644
--- a/arch/arm64/boot/dts/ti/k3-am62p-main.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am62p-main.dtsi
@@ -891,4 +891,12 @@ mcasp2: audio-controller at 2b20000 {
power-domains = <&k3_pds 192 TI_SCI_PD_EXCLUSIVE>;
status = "disabled";
};
+
+ vpu: video-codec at 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>;
+ };
};
--
2.34.1
More information about the linux-arm-kernel
mailing list