@@ -51,6 +51,19 @@
/ {
interrupt-parent = <&intc>;
+ reserved-memory {
+ #address-cells = <1>;
+ #size-cells = <1>;
+ ranges;
+
+ ve_reserved: cma {
+ compatible = "shared-dma-pool";
+ reg = <0x43d00000 0x9000000>;
+ no-map;
+ linux,cma-default;
+ };
+ };
+
thermal-zones {
cpu_thermal {
/* milliseconds */
@@ -97,6 +110,23 @@
status = "disabled";
};
+ ve: video-engine@01c0e000 {
+ compatible = "allwinner,sun4i-a10-video-engine";
+ memory-region = <&ve_reserved>;
+
+ clocks = <&ccu CLK_AHB_VE>, <&ccu CLK_VE>,
+ <&ccu CLK_DRAM_VE>;
+ clock-names = "ahb", "mod", "ram";
+
+ assigned-clocks = <&ccu CLK_VE>;
+ assigned-clock-rates = <320000000>;
+
+ resets = <&ccu RST_VE>;
+
+ interrupts = <53>;
+
+ reg = <0x01c0e000 0x1000>;
+ };
};
};