zte's code,first commit
Change-Id: I9a04da59e459a9bc0d67f101f700d9d7dc8d681b
diff --git a/boot/common/src/uboot/trace/sys/clk_init.cmm b/boot/common/src/uboot/trace/sys/clk_init.cmm
new file mode 100644
index 0000000..72b6d24
--- /dev/null
+++ b/boot/common/src/uboot/trace/sys/clk_init.cmm
@@ -0,0 +1,17 @@
+//MPLL power on 624M
+data.set 0x0013b010 %long 0x08040c09
+//APLL power on 832M
+data.set 0x0013b018 %long 0x08041009
+//UPLL power on 480M
+data.set 0x0013b020 %long 0x08347809
+//DPLL power on 26M
+data.set 0x0013b028 %long 0x0a040c19
+
+//AXI select 156M, bit0-2, 0=156, 1=26, 2=122.88, 3=104, 4=78, 5=52
+data.set 0x01307000 %long 0x00010010
+//M0 select 208M, bit0-2, 0=208, 1=26, 2=156, 3=104, 4=52, 5=32k
+data.set 0x0013b050 %long 0x00000100
+//R7 select 624M, bit0-3, 0=832, 1=26, 2=624, 3=491.52, 4=312, 5=208, 6=104, 7=78, 8=52, 9=156, a=245.76, b=416
+data.set 0x01307020 %long 0x00000212
+//ZSP880 select 416M, bit0-3, 0=122.88, 1=26, 2=624, 3=491.52, 4=312, 5=208, 6=104, 7=78, 8=156
+data.set 0x01307030 %long 0x00000212
\ No newline at end of file