|
@@ -13,12 +13,31 @@
|
|
/ {
|
|
/ {
|
|
compatible = "ti,omap3430", "ti,omap3";
|
|
compatible = "ti,omap3430", "ti,omap3";
|
|
|
|
|
|
|
|
+ cpus {
|
|
|
|
+ cpu@0 {
|
|
|
|
+ compatible = "arm,cortex-a8";
|
|
|
|
+ };
|
|
|
|
+ };
|
|
|
|
+
|
|
/*
|
|
/*
|
|
* The soc node represents the soc top level view. It is uses for IPs
|
|
* The soc node represents the soc top level view. It is uses for IPs
|
|
* that are not memory mapped in the MPU view or for the MPU itself.
|
|
* that are not memory mapped in the MPU view or for the MPU itself.
|
|
*/
|
|
*/
|
|
soc {
|
|
soc {
|
|
compatible = "ti,omap-infra";
|
|
compatible = "ti,omap-infra";
|
|
|
|
+ mpu {
|
|
|
|
+ compatible = "ti,omap3-mpu";
|
|
|
|
+ ti,hwmods = "mpu";
|
|
|
|
+ };
|
|
|
|
+
|
|
|
|
+ iva {
|
|
|
|
+ compatible = "ti,iva2.2";
|
|
|
|
+ ti,hwmods = "iva";
|
|
|
|
+
|
|
|
|
+ dsp {
|
|
|
|
+ compatible = "ti,omap3-c64";
|
|
|
|
+ };
|
|
|
|
+ };
|
|
};
|
|
};
|
|
|
|
|
|
/*
|
|
/*
|