Add the series 8XE GPU node for j721e device tree.

Signed-off-by: Antonios Christidis <[email protected]>
---
 arch/arm64/boot/dts/ti/k3-j721e-main.dtsi | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi 
b/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi
index d5fd30a01032..be91e7a2afe5 100644
--- a/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi
@@ -2624,6 +2624,20 @@ icssg1_mdio: mdio@32400 {
                };
        };
 
+       gpu: gpu@4e20000000 {
+               compatible = "ti,j721e-gpu", "img,img-ge8430", "img,img-rogue";
+               reg = <0x4e 0x20000000 0x00 0x80000>;
+               clocks = <&k3_clks 125 0>;
+               clock-names = "core";
+               assigned-clocks = <&k3_clks 125 0>;
+               assigned-clock-rates = <750000000>;
+               interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
+               power-domains = <&k3_pds 125 TI_SCI_PD_EXCLUSIVE>,
+                               <&k3_pds 126 TI_SCI_PD_EXCLUSIVE>;
+               power-domain-names = "a", "b";
+               dma-coherent;
+       };
+
        main_mcan0: can@2701000 {
                compatible = "bosch,m_can";
                reg = <0x00 0x02701000 0x00 0x200>,

-- 
2.34.1

Reply via email to