|
|
@@ -445,6 +445,16 @@
|
|
|
status = "disabled";
|
|
|
};
|
|
|
|
|
|
+ gpu: gpu@7000000 {
|
|
|
+ compatible = "ti,am654-sgx544", "img,sgx544";
|
|
|
+ reg = <0x0 0x7000000 0x0 0x10000>;
|
|
|
+ interrupts = <GIC_SPI 162 IRQ_TYPE_LEVEL_HIGH>;
|
|
|
+ power-domains = <&k3_pds 65>;
|
|
|
+ clocks = <&k3_clks 65 0>, <&k3_clks 65 1>, <&k3_clks 65 2>, <&k3_clks 65 3>;
|
|
|
+ clock-names = "mem_clk", "hyd_clk", "sgx_clk", "sys_clk";
|
|
|
+ status = "disabled";
|
|
|
+ };
|
|
|
+
|
|
|
hwspinlock: spinlock@30e00000 {
|
|
|
compatible = "ti,am654-hwspinlock";
|
|
|
reg = <0x00 0x30e00000 0x00 0x1000>;
|