57 lines
1.9 KiB
C
57 lines
1.9 KiB
C
/*
|
|
* Copyright (c) 2018 iComm-semi Ltd.
|
|
*
|
|
* Permission to use, copy, modify, and/or distribute this software for any
|
|
* purpose with or without fee is hereby granted, provided that the above
|
|
* copyright notice and this permission notice appear in all copies.
|
|
*
|
|
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
*/
|
|
#ifndef __SSV_CHIP_ID_H__
|
|
#define __SSV_CHIP_ID_H__
|
|
// chip id define
|
|
#define SSV6051_CHIP "SSV6200A0"
|
|
#define SSV6051_CHIP_ECO3 "RSV6200A0"
|
|
|
|
#define SSV6200A "SSV6200A"
|
|
#define RSV6200A "RSV6200A"
|
|
|
|
#define SSV6006A "SSV6006A"
|
|
#define SSV6006C "SSV6006C"
|
|
#define SSV6006D "SSV6006D"
|
|
|
|
#define SSV6006 "SSV6006A0"
|
|
#define SSV6006MP "SSV6006C0"
|
|
#define SSV6166 "SSV6006D0"
|
|
#define SSV6006D1 "SSV6006D1"
|
|
#define SSV6006D2 "SSV6006D2"
|
|
#define SSV6006D3 "SSV6006D3"
|
|
|
|
//efudse define
|
|
#define SSV6051Q_P1 0x00000000
|
|
#define SSV6051Q_P2 0x70000000
|
|
#define SSV6051Z 0x71000000
|
|
//#define SSV6052Q 0x72000000
|
|
#define SSV6051Q 0x73000000
|
|
//#define SSV6060P 0x74000000
|
|
#define SSV6051P 0x75000000
|
|
//#define SSV6030P 0x76000000
|
|
|
|
#define SV6155P 0x70000000
|
|
#define SV6156P 0x71000000
|
|
#define SV6166P 0x72000000
|
|
#define SV6151P_SV6152P 0x73000000
|
|
#define SV6167Q 0x74000000
|
|
#define SV6166F 0x75000000
|
|
#define SV6245 0x77000000
|
|
#define SV6255P 0x78000000
|
|
#define SV6256P 0x79000000
|
|
#define SV6267Q 0x7C000000
|
|
#endif
|