[RFC PATCH 3/3] arm64: dts: ti: add GPU node
Michael Walle
mwalle at kernel.org
Wed Jul 16 06:47:17 PDT 2025
The J722S features a BXS-4 GPU. Add the node for it.
Signed-off-by: Michael Walle <mwalle at kernel.org>
---
.../boot/dts/ti/k3-am62p-j722s-common-main.dtsi | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/arch/arm64/boot/dts/ti/k3-am62p-j722s-common-main.dtsi b/arch/arm64/boot/dts/ti/k3-am62p-j722s-common-main.dtsi
index 17c0949ac1d7..8f3d39d8004b 100644
--- a/arch/arm64/boot/dts/ti/k3-am62p-j722s-common-main.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am62p-j722s-common-main.dtsi
@@ -1229,6 +1229,19 @@ dsi0: dsi at 30500000 {
status = "disabled";
};
+ gpu: gpu at fd80000 {
+ compatible = "ti,am62p-gpu", "img,img-bxs-4-64", "img,img-rogue";
+ reg = <0x00 0x0fd80000 0x00 0x80000>;
+ clocks = <&k3_clks 237 3>;
+ clock-names = "core";
+ assigned-clocks = <&k3_clks 237 3>;
+ assigned-clock-rates = <800000000>;
+ interrupts = <GIC_SPI 241 IRQ_TYPE_LEVEL_HIGH>;
+ power-domains = <&k3_pds 237 TI_SCI_PD_EXCLUSIVE>,
+ <&k3_pds 242 TI_SCI_PD_EXCLUSIVE>;
+ power-domain-names = "a", "b";
+ };
+
vpu: video-codec at 30210000 {
compatible = "ti,j721s2-wave521c", "cnm,wave521c";
reg = <0x00 0x30210000 0x00 0x10000>;
--
2.39.5
More information about the linux-arm-kernel
mailing list