.. | .. |
---|
10 | 10 | #ifndef __AXG_AOCLKC_H |
---|
11 | 11 | #define __AXG_AOCLKC_H |
---|
12 | 12 | |
---|
13 | | -#define NR_CLKS 11 |
---|
14 | | -/* AO Configuration Clock registers offsets |
---|
15 | | - * Register offsets from the data sheet must be multiplied by 4. |
---|
16 | | - */ |
---|
17 | | -#define AO_RTI_PWR_CNTL_REG1 0x0C |
---|
18 | | -#define AO_RTI_PWR_CNTL_REG0 0x10 |
---|
19 | | -#define AO_RTI_GEN_CNTL_REG0 0x40 |
---|
20 | | -#define AO_OSCIN_CNTL 0x58 |
---|
21 | | -#define AO_CRT_CLK_CNTL1 0x68 |
---|
22 | | -#define AO_SAR_CLK 0x90 |
---|
23 | | -#define AO_RTC_ALT_CLK_CNTL0 0x94 |
---|
24 | | -#define AO_RTC_ALT_CLK_CNTL1 0x98 |
---|
| 13 | +#define NR_CLKS 17 |
---|
25 | 14 | |
---|
26 | 15 | #include <dt-bindings/clock/axg-aoclkc.h> |
---|
27 | 16 | #include <dt-bindings/reset/axg-aoclkc.h> |
---|