sec dts: Add rk3288 tb secure dts
authorqjb <qjb@rock-chips.com>
Wed, 7 Jan 2015 07:17:38 +0000 (15:17 +0800)
committerqjb <qjb@rock-chips.com>
Wed, 7 Jan 2015 09:49:49 +0000 (17:49 +0800)
arch/arm/boot/dts/rk3288-tb_sec.dts [new file with mode: 0755]

diff --git a/arch/arm/boot/dts/rk3288-tb_sec.dts b/arch/arm/boot/dts/rk3288-tb_sec.dts
new file mode 100755 (executable)
index 0000000..038b1ce
--- /dev/null
@@ -0,0 +1,36 @@
+
+#include "rk3288-tb_8846.dts"
+
+/ {
+       psci {
+               compatible      = "arm,psci";
+               method          = "smc";
+               cpu_suspend     = <0x84000001>;
+               cpu_off         = <0x84000002>;
+               cpu_on          = <0x84000003>;
+               migrate         = <0x84000005>;
+               };
+               
+               ion {
+                       ion_drm: rockchip,ion-heap@5 { 
+                       compatible = "rockchip,ion-heap";
+                       rockchip,ion_heap = <5>;
+                       reg = <0x78000000 0x08000000 0x00400000>;
+               };
+};
+
+};
+
+&uart_dbg {
+               status = "okay";
+               dma-names = "!tx", "!rx";
+};
+
+&pdma0 {
+               reg = <0xff600000 0x4000>;
+};
+
+
+
+
+