1 /*
2  * Copyright 2024 Google LLC
3  * SPDX-License-Identifier: Apache-2.0
4  */
5 
6 /* Note: The Product ID will read as 0x8803 if the firmware has malfunctioned in 8705, 8755 and
7  * 8805. Also the Product ID can be invalid if chip is before or during the power-up and
8  * initialization process.
9  */
10 #define PS8705_PRODUCT_ID 0x8705
11 #define PS8745_PRODUCT_ID 0x8745
12 #define PS8751_PRODUCT_ID 0x8751
13 #define PS8755_PRODUCT_ID 0x8755
14 #define PS8805_PRODUCT_ID 0x8805
15 #define PS8815_PRODUCT_ID 0x8815
16 
17 /** PS8815 only - vendor specific register for firmware version */
18 #define PS8815_REG_FW_VER 0x82
19