[T106][ZXW-22]7520V3SCV2.01.01.02P42U09_VEC_V0.8_AP_VEC origin source commit

Change-Id: Ic6e05d89ecd62fc34f82b23dcf306c93764aec4b
diff --git a/boot/common/src/uboot/include/zx234502.h b/boot/common/src/uboot/include/zx234502.h
new file mode 100644
index 0000000..103910b
--- /dev/null
+++ b/boot/common/src/uboot/include/zx234502.h
@@ -0,0 +1,24 @@
+/*  
+ * (C) Copyright 2016, ZIXC Corporation.
+ *
+ */
+
+#ifndef __ZX234502_H__
+#define __ZX234502_H__
+
+
+#define  ZX234502_I2C_SLAVE_ADDR  0x13
+
+#define  ZX234502_REG_PIS          0xe
+#define ZX234502_REG_PIS_POWERON_IT_MASK         (1<<6)
+#define ZX234502_REG_PIS_POWERON_IT_SHIFT        6
+
+#define ZX234502_REG_CBIS  0x0C/*Charg /Battery Int Status*/
+#define ZX234502_REG_CBIS_NOBAT_MASK        (1<<5)
+#define ZX234502_REG_CBIS_NOBAT_SHIFT       5
+
+int zx234502_boost_flag(int *boost_flag);
+int zx234502_battery_status(int *bat_state);
+int zx234502_charger_enable(void);
+
+#endif	/* __ZX234502_H__ */