ARM: dts: omap3: Add device tree entry for SGX GPU

Add SGX GPU device entries to base OMAP3 dtsi files.

Signed-off-by: Andrew Davis <afd@ti.com>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Message-ID: <20240109171950.31010-4-afd@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
Andrew Davis 2024-01-09 11:19:42 -06:00 committed by Tony Lindgren
parent 796da8ca7e
commit 70f028ff17
3 changed files with 17 additions and 14 deletions

View File

@ -162,12 +162,13 @@ sgx_module: target-module@50000000 {
clock-names = "fck", "ick";
#address-cells = <1>;
#size-cells = <1>;
ranges = <0 0x50000000 0x4000>;
ranges = <0 0x50000000 0x10000>;
/*
* Closed source PowerVR driver, no child device
* binding or driver in mainline
*/
gpu@0 {
compatible = "ti,omap3430-gpu", "img,powervr-sgx530";
reg = <0x0 0x10000>; /* 64kB */
interrupts = <21>;
};
};
};
};

View File

@ -164,12 +164,13 @@ sgx_module: target-module@50000000 {
clock-names = "fck", "ick";
#address-cells = <1>;
#size-cells = <1>;
ranges = <0 0x50000000 0x4000>;
ranges = <0 0x50000000 0x10000>;
/*
* Closed source PowerVR driver, no child device
* binding or driver in mainline
*/
gpu@0 {
compatible = "ti,omap3430-gpu", "img,powervr-sgx530";
reg = <0x0 0x10000>; /* 64kB */
interrupts = <21>;
};
};
};

View File

@ -211,10 +211,11 @@ sgx_module: target-module@50000000 {
#size-cells = <1>;
ranges = <0 0x50000000 0x2000000>;
/*
* Closed source PowerVR driver, no child device
* binding or driver in mainline
*/
gpu@0 {
compatible = "ti,omap3630-gpu", "img,powervr-sgx530";
reg = <0x0 0x2000000>; /* 32MB */
interrupts = <21>;
};
};
};