blob: 12502bf223c8352572369091187f94263445c36a [file] [log] [blame] [edit]
/*
* Copyright (c) 2021-2022 Amlogic, Inc. All rights reserved.
*
* SPDX-License-Identifier: MIT
*/
#ifndef _SARADC_DATA_H_
#define _SARADC_DATA_H_
#include <register.h>
#define SAR_CLK_BASE CLKCTRL_SAR_CLK_CTRL0
#define SARADC_BASE SAR_ADC_REG0
#define REG11_VREF_EN_VALUE 0
#define REG11_CMV_SEL_VALUE 0
#define REG11_EOC_VALUE 1
/* sc2 saradc interrupt num */
#define SARADC_INTERRUPT_NUM 181
#define SARADC_REG_NUM (39 + 1)
#endif