blob: 4220262b23c9b60b3ab0d06c905f05fdc1ba02ea [file] [log] [blame] [edit]
/*
* Copyright (c) 2021-2022 Amlogic, Inc. All rights reserved.
*
* SPDX-License-Identifier: MIT
*/
#ifndef __CEC_S4_DATA_H__
#define __CEC_S4_DATA_H__
/*s4 data define*/
/*GPIOH_3 FUNC4:ceca, FUNC1:ceca FUNC2:cecb*/
#define CEC_PIN_MX GPIOH_3
#define CEC_PIN_FUNC PIN_FUNC2
#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