@@ -564,7 +564,7 @@ aes: aes@0 {
};
};
- target-module@56000000 {
+ sgx_module: target-module@56000000 {
compatible = "ti,sysc-omap4", "ti,sysc";
reg = <0x5600fe00 0x4>,
<0x5600fe10 0x4>;
@@ -583,10 +583,11 @@ target-module@56000000 {
#size-cells = <1>;
ranges = <0 0x56000000 0x1000000>;
- /*
- * Closed source PowerVR driver, no child device
- * binding or driver in mainline
- */
+ gpu: gpu@0 {
+ compatible = "ti,am3352-sgx530-125", "img,sgx530-125", "img,sgx530";
+ reg = <0x00 0x1000000>; /* 16 MB */
+ interrupts = <37>;
+ };
};
};
};