15 lines
394 B
C
Executable File
15 lines
394 B
C
Executable File
#ifndef _DT_BINDINGS_RTC_NXP_PCF85263_H
|
|
#define _DT_BINDINGS_RTC_NXP_PCF85263_H
|
|
|
|
/* Quartz capacitance */
|
|
#define PCF85263_QUARTZCAP_7pF 0
|
|
#define PCF85263_QUARTZCAP_6pF 1
|
|
#define PCF85263_QUARTZCAP_12p5pF 2
|
|
|
|
/* Quartz drive strength */
|
|
#define PCF85263_QUARTZDRIVE_NORMAL 0
|
|
#define PCF85263_QUARTZDRIVE_LOW 1
|
|
#define PCF85263_QUARTZDRIVE_HIGH 2
|
|
|
|
#endif /* _DT_BINDINGS_RTC_NXP_PCF85263_H */
|