/* | |
* Copyright (c) 2021-2022 Amlogic, Inc. All rights reserved. | |
* | |
* SPDX-License-Identifier: MIT | |
*/ | |
#ifndef __T5D_CEC_DATA_H__ | |
#define __T5D_CEC_DATA_H__ | |
/*T5D data define, same as T5*/ | |
#define CEC_PIN_MX GPIOW_12 | |
#define CEC_PIN_FUNC PIN_FUNC1 | |
#define CEC_IP 1 /* 0: cec a, 1: cecb*/ | |
//reg table define | |
//#define CEC_CHIP_SEL_T7 | |
#define CEC_CHIP_SEL_T5 | |
//#define CEC_CHIP_SEL_SC2 | |
//#define CEC_CHIP_SEL_S4 | |
#define CEC_ON 1 | |
#endif |