Andre Przywara | 95c3b06 | 2023-10-19 15:51:39 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ |
Andre Przywara | 7f53f50 | 2022-09-11 00:04:41 +0100 | [diff] [blame] | 2 | |
3 | #ifndef _DT_BINDINGS_CLK_SUN6I_RTC_H_ | ||||
4 | #define _DT_BINDINGS_CLK_SUN6I_RTC_H_ | ||||
5 | |||||
6 | #define CLK_OSC32K 0 | ||||
7 | #define CLK_OSC32K_FANOUT 1 | ||||
8 | #define CLK_IOSC 2 | ||||
9 | |||||
10 | #endif /* _DT_BINDINGS_CLK_SUN6I_RTC_H_ */ |